GitDeployHub

bentlybro/discord-resume-filter

github.com/bentlybro/discord-resume-filter ↗
Python
10 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
  • OPENROUTER_API_KEY secret
  • OPENROUTER_MODEL
  • INTRO_CHANNEL_ID
  • WATCHED_CHANNEL_IDS
  • LOG_CHANNEL_ID
  • SYNC_GUILD_ID Optional: guild ID for instant slash-command sync (test server). Leave empty for global sync (can take up to 1 hour to propagate).
  • MAX_MOVES_PER_WINDOW Per-user rate limiting for auto-detection moves. After hitting MAX_MOVES_PER_WINDOW within MOVE_WINDOW_SECONDS, further flagged messages…
  • MOVE_WINDOW_SECONDS
  • DRY_RUN
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/bentlybro/discord-resume-filter
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/bentlybro/discord-resume-filter
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/bentlybro/discord-resume-filter
Or deploy to a different host
← Try another repo