
Controllare un sistema da remoto tramite Telegram
Comando e controllo di un server tramite bot Telegram.
Crea un bot Telegram
Modifica main.py, imposta BOT_API_KEY con la chiave API del bot e telegram_user_id con il tuo ID Telegram
Installa le seguenti dipendenze
pip install -r requirements.txt
Compila in un eseguibile standalone per un deployment più semplice
pip install -U pyinstaller
pyinstaller main.py
Distribuisci sul target
Avvia il bot Telegram
/start - Start telegram bot
/viewFile <path> - Display the contents of a file
/listDir <path> - List the files in a directory
/downloadFile <path> - Download file from server to telegram
/services - List running services
/screenshot - Take screenshot of desktop
/webcam - Take image if webcam is supported
/video <duration(sec)> - Record video from webcam




