The rewritten form of Mia into Rust
for better performance.
[dependencies]
teloxide = "0.2.0"
futures = "0.3.4"
tokio = "0.2.13"
log = "0.4.8"
pretty_env_logger = "0.4.0"
lazy_static = "1.4.0"
dotenv = "0.15.0"
Create file named .env
or rename .env.sample
to .env
and change the following
TELOXIDE_TOKEN=123456890:ABCDEFGHIKLMN-OPQRS
BOT_NAME=BOT'S_NAME
More support will soon added.
Older version of Rusty was based on SnejUgal's
tbot.
Now it is based on teloxide
.
Thanks @AtechnoHazard for his rust-sample bot
Feel free to contribute. Contribution are always welcome.