- An auto play program for @minroobot Telegram bot games with connecting to your Telegram account.
- Used pyrogram framework for the part of interacting with Telegram.
-
Replace
api_id
andapi_hash
of your Telegram account in config.ini. (You can obtain an API id for your Telegram account from here) -
Install the required libraries mentioned in the requirements.txt.
pip3 install -r requirements.txt
-
Run main.py.
Interact with program by sending message in Saved Messages chat.
- You can start a game automatically in the chatbot by sending
play-minroob
. - You can specify with
allow-true
andallow-false
, that after the end of a game in the chatbot, another game starts or not. By default, it is specified that a new game will not start. - You can change the response delay time with
sleep-{time in second}
. The default value is 0. - Also inline-games are supported.