activ33 / TSH-Protocol

Telegram Shell Protocol like SSH Protocol... :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TSH-Protocol

Latest update

  • api.txt removed, Api Key must add to TSH.py "apiKey" variable.
  • requirements.txt updated.
  • Unnecessary library's removed (pyautogui)
    • Pyautogui removed because this library for take screenshot from bot computer but if this computer don't have desktop environment or windows manager, pyautogui isn't working properly.

Usage

  1. First give "pip install -r requirements.txt" command from Terminal.
  2. Create Telegram bot with @BotFather
  3. Copy your Api Key and paste to apiKey variable.
  4. Run TSH.py
  5. "/start" command will start your conversation with your bot. "/t Terminal Command" will run your commands
  6. That's it!

If you wanna start this bot at every startup; give "crontab -e" command and add this line,

  • @reboot cd ~/TSH-Protocol/ && python TSH.py

About

Telegram Shell Protocol like SSH Protocol... :)


Languages

Language:Python 100.0%