GitDeployHub

deanwhitex/pilot-bot

github.com/deanwhitex/pilot-bot ↗
Node.js API
11 environment variables found in .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
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/deanwhitex/pilot-bot
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/deanwhitex/pilot-bot
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/deanwhitex/pilot-bot
Or deploy to a different host
← Try another repo