A lightweight Python-based keylogger designed exclusively for Windows, capable of logging keystrokes and sending live updates to a Telegram channel using the Telegram Bot API.
- 📝 Keystroke Logging: Captures every keystroke in real-time.
- 📡 Live Telegram Updates: Sends keystrokes directly to a specified Telegram chat via the Bot API.
- ⚡ Efficient and Lightweight: Built using minimal Python libraries for seamless performance on Windows.
- 🛠️ Customizable: Easily adapt the script for your specific needs.
- Windows OS only
- Language: Python
- Libraries:
os
requests
pynput
- Install Python (3.x recommended) from python.org.
- Install required Python libraries:
pip3 install requests pynput threading
2️⃣ Clone the Repository
bash git clone https://github.com/TanvirAhmedChowdhury/Keylogger_Python.git
3️⃣ Configure Telegram Bot
Create a bot via the BotFather on Telegram. Obtain the Bot Token and your Chat ID. Update the script with your Bot Token and Chat ID:
python Copy code
TELEGRAM_BOT_TOKEN = "your_bot_token_here"
CHAT_ID = "your_chat_id_here"
4️⃣ Run the Keylogger
python keylogger.py
📜 Disclaimer
🤝 Contributions We welcome contributions! Feel free to:
Report Issues Submit pull requests with improvements Share your feedback
Tanvir Ahmed Chowdhury