Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrielfr/amimemews
Bot do Telegram para ler notícias sobre animes e mangás
https://github.com/andrielfr/amimemews
anime bot manga novel python telegram
Last synced: about 24 hours ago
JSON representation
Bot do Telegram para ler notícias sobre animes e mangás
- Host: GitHub
- URL: https://github.com/andrielfr/amimemews
- Owner: AndrielFR
- License: mit
- Created: 2022-02-21T13:34:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-11T11:05:03.000Z (over 2 years ago)
- Last Synced: 2023-03-06T05:56:57.370Z (almost 2 years ago)
- Topics: anime, bot, manga, novel, python, telegram
- Language: Python
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AmimeMews - Telegram Bot
![License](https://img.shields.io/github/license/AndrielFR/AmimeMews)
AmimeMews é um bot simples de Telegram feito para o [AmimeMews](https://t.me/AmimeMews) (canal do Telegram) para acompanhar notícias do mundo Otaku.
Developed in Python using the MTProto library [Pyrogram](https://github.com/pyrogram/pyrogram).
## Preparing and running
Rename `config.toml.sample` to `config.toml` and fill with your data like:
```toml
[pyrogram]
api_id = 1234567
api_hash = "1z02nserl588a2tek491t74839941e29"
bot_token = "1234567890:A8BCD3Ef7ghijk1LmNO9pQr5stuvwX2Yz0A"[mews]
news_channel = -1004567890098
post_revision = -1007654321123
```Install the requirements with:
```bash
python -m pip install -Ur requirements.txt
```And finally, starts the bot with:
```bash
python -m mews
```## License
Copyright © 2022 [AndrielFR](https://github.com/AndrielFR)
Licensed under the [Expat/MIT license](LICENSE).
This project is also [REUSE compliant](https://reuse.software/).
See individual files for more copyright information.