A telegram-bot-cli project in my Blog. you can download it and run your system. The goal of this project is to create a client bot that includes the following capabilities:
- add/delete message to bot.
- forward admin message to specific user or all private chats of the bot.
- Check the status of the bot, for example has been reported or any other problem.
- Get information about users talking to the bot.
- Join the group and send a message
- ....
-
pip install pyrogram
-
pip install tgcrypto
-
pip install redis
-
install Redis in your system
add your api_id and api_hash to config.ini.
add admin id to plugins/__init__.py
.
python main.py