Telegram-Checker - A Python Tool For Checking Telegram Accounts Via Phone Numbers Or Usernames
Telegram-Checker 是一个 Python 工具,支持通过电话号码或用户名批量检查 Telegram 账户,并自动下载头像、保存 JSON 结果及安全存储凭证。安装需克隆仓库并运行 pip 安装依赖包。该工具专为教育用途设计,请遵守 Telegram 条款和隐私规定。 2025-4-15 12:30:0 Author: www.kitploit.com(查看原文) 阅读量:8 收藏

Enhanced version of bellingcat's Telegram Phone Checker!

A Python script to check Telegram accounts using phone numbers or username.

✨ Features

  • 🔍 Check single or multiple phone numbers and usernames
  • 📁 Import numbers from text file
  • 📸 Auto-download profile pictures
  • 💾 Save results as JSON
  • 🔐 Secure credential storage
  • 📊 Detailed user information

🚀 Installation

  1. Clone the repository:
git clone https://github.com/unnohwn/telegram-checker.git
cd telegram-checker
  1. Install required packages:
pip install -r requirements.txt

📦 Requirements

Contents of requirements.txt:

telethon
rich
click
python-dotenv

Or install packages individually:

pip install telethon rich click python-dotenv

⚙️ Configuration

First time running the script, you'll need: - Telegram API credentials (get from https://my.telegram.org/apps) - Your Telegram phone number including countrycode + - Verification code (sent to your Telegram)

💻 Usage

Run the script:

python telegram_checker.py

Choose from options: 1. Check phone numbers from input 2. Check phone numbers from file 3. Check usernames from input 4. Check usernames from file 5. Clear saved credentials 6. Exit

📂 Output

Results are saved in: - results/ - JSON files with detailed information - profile_photos/ - Downloaded profile pictures

⚠️ Note

This tool is for educational purposes only. Please respect Telegram's terms of service and user privacy.

📄 License

MIT License

Telegram-Checker - A Python Tool For Checking Telegram Accounts Via Phone Numbers Or Usernames Telegram-Checker - A Python Tool For Checking Telegram Accounts Via Phone Numbers Or Usernames Reviewed by Zion3R on 8:30 AM Rating: 5


文章来源: http://www.kitploit.com/2025/04/telegram-checker-python-tool-for.html
如有侵权请联系:admin#unsafe.sh