AndrielFR / MyneBooks

Telegram bot to read or download books

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Telegram bot to read or download books

License:MIT License


Languages

Language:Rust 100.0%