Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.27 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.27 KB

ExportTelegramContacts

Export Telegram Contacts with profile images as VCF file.

UI

Used for

  • Backup from your Telegram contacts
  • Export contact as vcf file
  • Useable for phones contact list and other devices Vcard supported
  • Support contact photo with high and medium quality

How to use

  1. First you have to register at https://my.telegram.org/auth
  2. Then enter the retrieved api_id and api_hash and phone in ExportContact.py file
  3. NOTIC! phone with country code.
  • Sample country-code: 98 phone: 09120000000 => 989120000000
api_id = api_id
api_hash = "api_hash"
phone = 989120000000
  1. Install the necessary dependencies python 3 [telethon,click,asyncio,...]
  2. When first time run the application receives your phone number and received Telegram code. Two-step verification password receives if there are.
  3. Then store Telegram connection data to CSV_contact_maker_for_phone.session ,important for reuse the program without re-registering.
  4. You can now use the program. require contact list photo or not and ...