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