A Reddit bot that monitors Reddit for mentions of Ireland and cross-posts them to r/IrelandOnReddit.
I use fly.io to deploy as with the hobby plan, it's free to run 3 256mb machines, which is more than enough for this app.
See app/config.py for all available configuration options, including:
- Subreddits to monitor
- Expressions to watch for
- Wait time between checks
-
Install the Fly CLI:
curl -L https://fly.io/install.sh | shOr on macOS with Homebrew:
brew install flyctl -
Login to Fly:
flyctl auth login -
Deploy
flyctl deploy