A Telegram bot that notifies users when a new anime or episode is released.
- Sends notifications to Telegram when a new anime or episode is released
- Customizable notification settings (planned)
- Easy to deploy and use
- Python 3.8+
- A Telegram bot token (get one from BotFather)
- Clone the repository:
git clone https://github.com/yourusername/animelistwatch.git cd animelistwatch - Install dependencies:
pip install -r requirements.txt
- Copy
.env.tmplto.envand fill in your Telegram bot token and other settings.
Run the bot:
python bot.pyPull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the GNU Affero General Public License v3.0 - see the LICENSE file for details.