Skip to content

Files

Latest commit

dc1225b · Feb 17, 2024

History

History
76 lines (52 loc) · 2.77 KB

README.md

File metadata and controls

76 lines (52 loc) · 2.77 KB

🤖💻 Remote Administration Tool

Take command of your laptop remotely through Telegram with this cutting-edge bot!

FeaturesGetting StartedUsageContributingLicense

Telegram Laptop Control Bot

🌐 Overview

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.

🚀 Getting Started

  1. Clone this repository:

    git clone https://github.com/your-username/telegram-laptop-control-bot.git
  2. Install Dependencies:

    pip install -r requirements.txt
  3. Create Telegram-Bot: reference

  4. 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
  5. Initialize variables in key-logger.py:

    log_dir = r"absolute/path/to/output/directory"   # Initialize Directory to store Key-Logs
  6. Convert main.py to .exe:

    pyinstaller main.py --onefile --noconsole
    
  7. Convert key-logger.py to .exe:

    pyinstaller key-logger.py --onefile --noconsole
    
  8. Move both executables to startup folder 📥

🌟 Features

  • 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.

📝 Usage

Simply interact with the bot using Telegram commands:

  • /start - Initialize the bot and access its features.
  • /help - Get list of available commands.

🤝 Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to enhance this project.

📄 License

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! 💬🔥