.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
DISCORD_TOKEN
secret
Discord
OPENAI_API_KEY
secret
OpenAI
GOOGLE_CLIENT_EMAIL
Google Service Account
GOOGLE_PRIVATE_KEY
secret
CALENDAR_1
Calendar IDs
CALENDAR_2
CALENDAR_3
TZ
Timezone
CHANNEL_GENERAL
Channel IDs
CHANNEL_DAILY
CHANNEL_WEEKLY
brew install flyctl && fly launch --from https://github.com/deanwhitex/pilot-bot
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/deanwhitex/pilot-bot
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/deanwhitex/pilot-bot