From cde1c9720dea0218398f6d0f456ca7c9db94ee18 Mon Sep 17 00:00:00 2001 From: miladshakerdn Date: Thu, 30 Sep 2021 23:58:42 +0330 Subject: [PATCH] FIX-Readme-file --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 32551ad..0e1cb60 100644 --- a/README.md +++ b/README.md @@ -5,21 +5,21 @@ # Used for * Backup from your Telegram contacts -* Export contact as vcf file +* 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 contact.py file +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 +* Sample country-code: 98 phone: 09120000000 => `989120000000` ```contact.py api_id = api_id api_hash = "api_hash" phone = 989120000000 ``` 4. Install the necessary dependencies python 3 [telethon,click,asyncio,...] -5. When first time run the application receives your phone number and received Telegram code. Two-step verification password receives if there are. -6. Then store Telegram connection data to CSV_contact_maker_for_phone.session ,important for reuse the program without re-registering. +5. When first time run the application receives your phone number and received Telegram code. Two-step verification `password` receives if there are. +6. Then store Telegram connection data to `CSV_contact_maker_for_phone.session` ,important for reuse the program without re-registering. 7. You can now use the program. require contact list photo or not and ... \ No newline at end of file