FreshRSS

๐Ÿ”’
โŒ Secure Planet Training Courses Updated For 2019 - Click Here
There are new available articles, click to refresh the page.
Before yesterdayYour RSS feeds

Telegram-Checker - A Python Tool For Checking Telegram Accounts Via Phone Numbers Or Usernames

By: Unknown


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



โŒ