API to check if phone number is connected to Telegram account.
Inspired by bellingcat telegram-phone-number-checker
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
uvicorn telega.app:app