A simple bot for Telegram that sends you a notification when a new episode from a seasonal anime series you follow is released. You can search for it on Telegram through the alias @OugiBot.
/add <name of the series>
: Looks for matches with the provided name and prompts you to add one from a list of four based on your search./list
: Lists all series you've added so far./remove <name of the series>
: Removes the requested series from your following list.
This bot was made using the following dependencies:
- python-telegram-bot, a Python interface for the Telegram Bot API.
- FuzzyWuzzy for string matching.
- Anitopy for parsing chapters' filenames.
In case the anime you're looking for doesn't show up while searching, send an email to netracf@gmail.com. Make sure you're searching for seasonal anime and not for one that's already fully released. They won't show up in the search.
Hope you find it useful!