MyneBooks is a bot to read or download books without leaving Telegram.
Developed in Rust using the MTProto library grammers.
Rename or copy config.toml.sample
to config.toml
and fill with your data like:
[grammers]
api_id = 1234567
api_hash = "1z02nserl588a2tek491t74839941e29"
bot_token = "1234567890:A8BCD3Ef7ghijk1LmNO9pQr5stuvwX2Yz0A"
[myne]
prefixes = ["!", "/", ";"]
Run the bot with:
cargo run --release
Copyright © 2022 AndrielFR
Licensed under the Expat/MIT license. This project is also REUSE compliant. See individual files for more copyright information.