Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

💬 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

  1. Launch Teletools from Quantium launcher
  2. Select operation mode (Check or Convert)
  3. Choose session directory
  4. Configure options
  5. 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