
टेलीग्राम के माध्यम से रिमोट सिस्टम को नियंत्रित करें
टेलीग्राम बॉट के माध्यम से सर्वर को कमांड और कंट्रोल करें।
एक टेलीग्राम बॉट बनाएं
main.py संपादित करें, BOT_API_KEY को बॉट के एपीआई कुंजी पर सेट करें और telegram_user_id को अपने टेलीग्राम आईडी पर सेट करें
निम्नलिखित निर्भरताएँ स्थापित करें
pip install -r requirements.txt
आसान तैनाती के लिए स्टैंडअलोन बाइनरी में संकलित करें
pip install -U pyinstaller
pyinstaller main.py
लक्ष्य पर तैनात करें
टेलीग्राम बॉट शुरू करें
/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




