Anime Feeds Bot is a Discord bot that receives JSON data from the Anime Feeds RSS parsing system.
It uses a clean architecture with Cogs + Service Layer, facilitating maintenance and growth of the bot.
git clone https://github.com/olavob/anime-feeds-bot.git
cd anime-feeds-botpython -m venv venv
# Windows
# venv\Scripts\activate
# Linux / Mac
# source venv/bin/activate- Install the dependencies
pip install -U -r requirements.txt- Configure the .env file
Create a .env file in the project root and add:
DISCORD_TOKEN=TOKEN_HERENever commit your token to GitHub!
python main.pyWant to help improve the bot?
Feel free to open Issues or Pull Requests!
This project is under the MIT license.
Discord: @olavobilac