Skip to content

AndrielFR/AmimeWatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AmimeWatch

A Telegram bot to watch animes.

Re-written version of AmimeWatch in Rust.

Preparing

Configuration

Create a file named config.toml and fill with your data:

[telegram]
api_id = 1
api_hash = ""

[bot]
token = ""
prefixes = ["/"]

Database

Create the database with and put your MySQL URL in the environment like:

export DATABASE_URL="mysql://root:toor@localhost:3306/amime"

Logging

export RUST_LOG=info cargo run

Running

Just do:

cargo run --release

About

A Telegram bot to watch animes. (Rust version of https://github.com/AmanoTeam/AmimeWatch)

Topics

Resources

License

Stars

Watchers

Forks

Languages