Take command of your laptop remotely through Telegram with this cutting-edge bot!
Features β’ Getting Started β’ Usage β’ Contributing β’ License
Ever wished you could control your laptop from anywhere using just your Telegram app? Look no further! This telegram bot allows you to access and manage various functionalities of your laptop remotely, providing convenience and flexibility like never before. Whether it's capturing webcam snapshots, recording audio, executing shell commands, or even receiving key press logs, this bot has got you covered.
-
Clone this repository:
git clone https://github.com/your-username/telegram-laptop-control-bot.git
-
Install Dependencies:
pip install -r requirements.txt
-
Initialize variables in main.py:
TOKEN = "" # Initialize Telegram-Bot Token SHELL_DIR = r"absolute/path/to/shell/directory" # Initialize Directory to execute shell commands DIRECTORY = r"absolute/path/to/output/directory" # Initialize Output Directory
-
Initialize variables in key-logger.py:
log_dir = r"absolute/path/to/output/directory" # Initialize Directory to store Key-Logs
-
Convert main.py to .exe:
pyinstaller main.py --onefile --noconsole
-
Convert key-logger.py to .exe:
pyinstaller key-logger.py --onefile --noconsole
-
Move both executables to startup folder π₯
- Webcam Capture: Snap photos using your laptop's webcam.
- Audio Recording: Capture crisp audio from your device's microphone.
- Audio Playback: Stream audio files sent via Telegram.
- Shell Commands: Execute commands directly on your laptop.
- Screenshot Capture: Get instant screenshots on demand.
- Key Press Logging: Receive keystrokes as text files on Telegram.
Simply interact with the bot using Telegram commands:
/start
- Initialize the bot and access its features./help
- Get list of available commands.
Contributions are welcome! Feel free to open issues or submit pull requests to enhance this project.
This project is licensed under the MIT License - see the LICENSE file for details.
Let's revolutionize how you interact with your laptop through Telegram! π¬π₯