A simple Discord bot that checks a Patreon RSS feed and posts new episodes to a channel.
- Clone the repository.
- Create a
.envfile with your configuration:DISCORD_TOKEN=your_bot_token CHANNEL_ID=your_channel_id RSS_FEED_URL=your_rss_feed_url CHECK_INTERVAL=300 - Install dependencies:
pip install -r requirements.txt - Run the bot:
python bot.py
You can deploy this bot to platforms like:
Make sure to set your environment variables on the platform!
-
Enable Developer Mode in Discord:
- Open User Settings (click the gear icon ⚙️ next to your name).
- Navigate to Advanced under App Settings.
- Toggle Developer Mode to ON.
-
Copy the Channel ID:
- Go to your Discord server.
- Right-click on the text channel where you want the bot to post.
- Click Copy Channel ID.
-
Add the Channel ID to your
.envfile:CHANNEL_ID=your_channel_id_here
MIT