Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zankoAn/Pyrogram-Blog-Project
pyrogram client bot project
https://github.com/zankoAn/Pyrogram-Blog-Project
Last synced: 3 months ago
JSON representation
pyrogram client bot project
- Host: GitHub
- URL: https://github.com/zankoAn/Pyrogram-Blog-Project
- Owner: zankoAn
- License: gpl-3.0
- Created: 2021-03-04T14:38:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-12T14:13:26.000Z (over 2 years ago)
- Last Synced: 2024-06-28T17:48:25.103Z (5 months ago)
- Language: Python
- Size: 36.1 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A **telegram-bot-cli** project in my [Blog](https://virgool.io/@zankoAn). you can download it and run your system.
The goal of this project is to create a client bot that includes the following capabilities:1. add/delete message to bot.
2. forward admin message to specific user or all private chats of the bot.
3. Check the status of the bot, for example has been reported or any other problem.
4. Get information about users talking to the bot.
5. Join the group and send a message
6. ....### Dependence:
- pip install pyrogram
- pip install tgcrypto
- pip install redis
- install Redis in your system
### Run:
add your **api_id** and **api_hash** to **config.ini**.add **admin id** to **plugins/`__init__.py`**.
python main.py