TeleHunt is a powerful Telegram multi-account management and reconnaissance tool written in Python. It provides comprehensive capabilities for searching, capturing, and forwarding messages across multiple Telegram accounts simultaneously.
- 🔑 Multi-Account Management - Handle multiple Telegram accounts seamlessly
- 🔍 Advanced Message Search - Search messages with text, sender, and file type filters
- 📊 Entity Discovery - List groups, channels, bots, and direct messages
- 🎯 Target Message Capture - Capture all messages from specific users across groups
- 🔗 Link Finder - Extract and save all links from messages using regex
- 📤 Smart Forwarding - Forward messages with media support (downloads files if needed)
- 💾 JSON Export - Save all results in structured JSON format
- 🎨 Beautiful Tables - Display results in formatted tables using tabulate
- ⚡ Async Operations - Fast concurrent processing with asyncio
- Python: Version 3.10 or higher
- Libraries:
telethon- Telegram API clienttabulate- Table formattingcolorama- Terminal colors
# Clone the repository
git clone https://github.com/Mr-Spect3r/TeleHunt
cd TeleHunt
# Install required libraries
pip install telethon tabulate colorama
# Run the tool
python TeleHunt.pyFull documentation is available on the Wiki