Telegram Contacts Exporter

Simple script to export contacts from telegram into vCard file

Getting Started

Prerequisites

You must to put your Telegram API credentials and install .

pip3 install -r requirements.txt

API_ID=000000 # Your API_ID  
API_HASH="YOUR API_HASH"

Running the exporter

python3 contacts-exporter.py

GitHub

GitHub - sys-walker/telegram-exporter at pythonawesome.com
Simple script to export contacts from telegram. Contribute to sys-walker/telegram-exporter development by creating an account on GitHub.