Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirbodbehnam/telegramtovcf
Export your Telegram contacts as VCF
https://github.com/hirbodbehnam/telegramtovcf
telegram vcf
Last synced: 8 days ago
JSON representation
Export your Telegram contacts as VCF
- Host: GitHub
- URL: https://github.com/hirbodbehnam/telegramtovcf
- Owner: HirbodBehnam
- License: mit
- Created: 2021-11-15T16:37:18.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T04:24:10.000Z (4 months ago)
- Last Synced: 2024-07-24T06:09:52.183Z (4 months ago)
- Topics: telegram, vcf
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Telegram to VCF
A small utility to extract your Telegram contacts as VCF file.
## Usage
At first build this application or use the precompiled binaries on releases page to download the program. Then you have
to set some environment variables through your terminal:```bash
export APP_ID=1234
export APP_HASH=abcd
export PHONE="+989123456789"
export DOWNLOAD_PHOTOS=true # Optional; There is no need to have this if you don't want the pictures
```Then simply run the program and wait for it to complete. The output file will be put in the working directory of your
program in a file named `contacts.vcf`.### What are APP_ID and APP_HASH?
You can obtain these values from [here](https://my.telegram.org/).