Skip to content

olavob/anime-feeds-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anime Feeds Bot

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.

🛠 Technologies Used

Python 3.10+

discord.py 2.7.1

python-dotenv

pydantic


🚀 How to run the bot

1. Clone the repository

git clone https://github.com/olavob/anime-feeds-bot.git
cd anime-feeds-bot

2. Create the virtual environment (recommended)

python -m venv venv
# Windows
# venv\Scripts\activate
# Linux / Mac
# source venv/bin/activate
  1. Install the dependencies
pip install -U -r requirements.txt
  1. Configure the .env file

Create a .env file in the project root and add:

DISCORD_TOKEN=TOKEN_HERE

Never commit your token to GitHub!

5. Start the bot

python main.py

🤝 Contributing

Want to help improve the bot?

Feel free to open Issues or Pull Requests!

📄 License

This project is under the MIT license.

📬 Support / Contact

Discord: @olavobilac

About

Discord bot for rendering parsed content in RSS feeds.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages