Skip to content

Commit

Permalink
FIX-Readme-file
Browse files Browse the repository at this point in the history
  • Loading branch information
miladshakerdn committed Sep 30, 2021
1 parent 91412a3 commit cde1c97
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ...

0 comments on commit cde1c97

Please sign in to comment.