https://github.com/sv0/telega
API to check if phone number is connected to Telegram account.
https://github.com/sv0/telega
osint-python osint-tool telegram
Last synced: 5 months ago
JSON representation
API to check if phone number is connected to Telegram account.
- Host: GitHub
- URL: https://github.com/sv0/telega
- Owner: sv0
- Created: 2024-06-04T05:01:02.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-11-08T16:25:16.000Z (8 months ago)
- Last Synced: 2025-11-08T18:14:24.286Z (8 months ago)
- Topics: osint-python, osint-tool, telegram
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telega v. 0.0.1
[](https://github.com/sv0/telega/actions/workflows/python-app.yml)
API to check if phone number is connected to Telegram account.
Inspired by [bellingcat telegram-phone-number-checker](https://github.com/bellingcat/telegram-phone-number-checker)
## Install
Install Python requirements
```shell
apt-get install python3-venv
```
Clone the repository
```shell
git clone https://github.com/sv0/telega.git
cd telega
```
Create and activate Python virtual environment
```shell
python3 -m vevv .venv
source .venv/bin/activate
```
Install required Python packages within virtual environment
```shell
pip install --requirement requirements.txt
```
## Usage
```shell
uvicorn telega.app:app
```