AmimeMews é um bot simples de Telegram feito para o AmimeMews (canal do Telegram) para acompanhar notícias do mundo Otaku.
Developed in Python using the MTProto library Pyrogram.
Rename config.toml.sample
to config.toml
and fill with your data like:
[pyrogram]
api_id = 1234567
api_hash = "1z02nserl588a2tek491t74839941e29"
bot_token = "1234567890:A8BCD3Ef7ghijk1LmNO9pQr5stuvwX2Yz0A"
[mews]
news_channel = -1004567890098
post_revision = -1007654321123
Install the requirements with:
python -m pip install -Ur requirements.txt
And finally, starts the bot with:
python -m mews
Copyright © 2022 AndrielFR
Licensed under the Expat/MIT license. This project is also REUSE compliant. See individual files for more copyright information.