/ExportTelegramContacts

Export Telegram Contacts To Google CSV file

Primary LanguagePython

UI

ExportTelegramContacts

Export Telegram Contacts To Google CSV file

Setup

  1. First you have to register at https://my.telegram.org/auth

  2. Then you have to register an application for your phone at https://my.telegram.org/apps

  3. Enter the retrieved 'api_id' and 'api_hash' in exporter.py

6. api_id = 1234
7. api_hash = "abcdefghigk"
  1. Install the necessary dependencies and run it
$ pip install requirements.txt
$ python exporter.py
  1. Now you will get message from telegram team to confirm contact request, just press the Allow button at the bottom of the message.

  2. Rerun exporter.py after 24hrs

  3. Now you have contacts.csv file, import it at contacts.google.com

Cheers!!