Terminal-Bot
see this bot alive: https://t.me/HerokuTerminal_Bot
With this bot you can execute system commands on your server.
how to config?
- clone or fork this repo
- give me a star
😎 - edit the config.py file like this:
token = "" # from @BotFather
app_id = 6 # https://my.telegram.org/apps
app_hash = "" # https://my.telegram.org/apps
allowed = [12345678, 87654321] # replace to your id (get your id in @userinfobot)
logger: bool = True # set it True to get logs in some channel...
log_channel = -100
# if logger is True your channel ID and add it here.
# (don't forget to add your bot as admin in your channel...)
- run
pip3 install -r requirements.txt
- and than run it on your sever!
how to deploy
Todo
- Add option to download and upload files...
- Add /cd command
- Add more commands...