💬 Teletools
Telegram session checker and converter supporting tdata, Pyrogram, and Telethon formats.
🎯 Overview
Teletools validates Telegram sessions, extracts account information, and converts between different session formats. It handles bulk operations with proxy support and comprehensive data extraction.
✨ Key Features
- Session Validation: Check if sessions are working, dead, banned, or require 2FA
- Format Conversion: Convert between tdata, Pyrogram, and Telethon formats
- Data Extraction: Account info, premium status, Stars balance, CryptoBot wallets
- Proxy Support: HTTP/SOCKS5 with rotation strategies
- Bulk Processing: Multi-threaded checking and conversion
🚀 Quick Start
- Launch Teletools from Quantium launcher
- Select operation mode (Check or Convert)
- Choose session directory
- Configure options
- Start processing
📄 Session Formats
📦 Supported Types
- Tdata: Telegram Desktop folders
- Pyrogram: SQLite .session files
- Telethon: SQLite and string .session files
🔄 Conversion Matrix
- Tdata → Pyrogram → Telethon
- Telethon → Pyrogram → Tdata
- Direct conversions between any formats
📁 Output
✅ Check Mode
teletools_output/
├── results.csv # Main account details
├── groups.csv # Admin groups with permissions
├── channels.csv # Admin channels with permissions
├── working/ # Valid session files (optional)
├── dead/ # Invalid sessions
└── errors/ # Failed checks
🔄 Convert Mode
- Converted session files in target format
- Validation report with conversion results
- Failed conversion log for troubleshooting