Skip to content

AndreXP1/manga-notifier-telegram

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manga Notifier Telegram

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.

Features

  • 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.

How to test

If you have a telegram account, you can use this bot sending a message to https://t.me/MangaChapterAlertBot

Project demonstration

Gif demonstration

When a new chapter of a manga on your list is released, you receive a message that looks like this

Gif demonstration

Prerequisites

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.

Installation

1. Clone the repository

git clone https://github.com/joaovs2004/manga-notifier-telegram
cd manga-notifier-telegram

2. Initialise the TELOXIDE_TOKEN environmental variable to your token

export TELOXIDE_TOKEN=<Your token here>

3. Run the project

cargo run

About

A Telegram bot written in Rust to alert the user when a new chapter of a manga is released

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 100.0%