Skip to content

Unknown-2829/telegram-event-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📡 Telegram Bot Event Logger


⚠️ Disclaimer

This project is for educational and research purposes only.
It demonstrates how a Telegram bot can be integrated with a logging system to send real-time data or notifications.

👉 This tool must not be used for malicious purposes such as spying, stealing credentials, or unauthorized monitoring.


📌 Overview

This repository shows how to:

  • 🔗 Connect a Telegram bot with Python
  • ⌨️ Capture and log system events (e.g., keystrokes or input)
  • 📤 Send the logs/alerts to a Telegram chat in real-time

The project highlights concepts like:

  • 🤖 Telegram Bot API integration
  • 📝 Event/keystroke logging
  • 📡 Remote data transmission

🚀 Use Cases (Educational)

  • 📲 Learning how Telegram bots communicate with applications
  • 🖥️ Demonstrating real-time remote monitoring systems
  • 🔒 Research in cybersecurity awareness & defense

⚠️ Ethical Use

  • Allowed: research, education, awareness, and testing in your own system
  • Not allowed: deploying against others without consent

Misuse of this project may violate laws and result in serious consequences.


🛠️ Steps to use this keylogger script

  1. For making an .exe of keylogger, first install the required library:

    pip install pyinstaller
    
  2. Rename the .py script file to final_payload.py

  3. Run this command in terminal:

    pyinstaller --onefile --noconsole final_payload.py
    
  4. Go into the dist folder — you’ll find your .exe file there.

✅ Now you can use it.


⚠️ WARNING: EDUCATIONAL PURPOSES ONLY 📝 NOTE: I am not responsible for any kind of misuse.

About

Telegram bot integration with event logging to demonstrate real-time data transmission via Telegram API.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages