Skip to content
/ telega Public

API to check if phone number is connected to Telegram account.

Notifications You must be signed in to change notification settings

sv0/telega

Repository files navigation

Telega v. 0.0.1

Python application

API to check if phone number is connected to Telegram account.

Inspired by bellingcat telegram-phone-number-checker

Install

Install Python requirements

    apt-get install python3-venv

Clone the repository

    git clone https://github.com/sv0/telega.git
    cd telega

Create and activate Python virtual environment

    python3 -m vevv .venv
    source .venv/bin/activate

Install required Python packages within virtual environment

    pip install --requirement requirements.txt

Usage

    uvicorn telega.app:app

About

API to check if phone number is connected to Telegram account.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages