Skip to content

AndrielFR/MyneBooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyneBooks - Telegram Bot

License

MyneBooks is a bot to read or download books without leaving Telegram.

Developed in Rust using the MTProto library grammers.

Preparing and running

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

License

Copyright © 2022 AndrielFR

Licensed under the Expat/MIT license. This project is also REUSE compliant. See individual files for more copyright information.