A simple Telegram bot written in Rust that alert the user when a manga from his choice releases a new chapter. With this bot, users can add mangas to their reading list and receive notifications when a new chapter is released. This project uses the mangadex API.
- Add Manga to Your List: Users can add their favorite manga series to a personal list.
- Chapter Notifications: Receive alerts when a new chapter is released for manga in your list.
If you have a telegram account, you can use this bot sending a message to https://t.me/MangaChapterAlertBot
When a new chapter of a manga on your list is released, you receive a message that looks like this
Before running the bot, ensure you have the following installed:
- Rust
- Telegram Bot Token: You'll need to create a bot on Telegram and get your unique API token from BotFather.
git clone https://github.com/joaovs2004/manga-notifier-telegram
cd manga-notifier-telegramexport TELOXIDE_TOKEN=<Your token here>cargo run
