Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 748 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 748 Bytes

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:

  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