
텔레그램을 통해 시스템을 원격으로 제어합니다.
텔레그램 봇을 통해 서버를 명령 및 제어합니다.
텔레그램 봇 생성
main.py를 편집하고, BOT_API_KEY를 봇의 API 키로 설정하고 telegram_user_id를 당신의 텔레그램 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




