Running pybotnet without coding
We have seen before that we need some code to run pybotnet, but it is possible to run pybotnet as a module
All you have to do is, install PyBotNet on your system and enter the following command in your terminal:
Install PyBotNet:¶
Note
-U
: make sure to upgrade framework to latest version.
Run PyBotNet:¶
For example :
Note
TELEGRAM_TOKEN
: You can use telegram@botfather
to create new telegram API Bot and get yourTELEGRAM_TOKEN
ADMIN_CHAT_ID
: Get it from @userinfobot Telegram bot- PyBotNet include default scripts, like:
/shell
,/put_file
,/get_file
,/screenshot
,/who
, ..., you can send/help
to your telegram bot and see more detail..