All Projects → s-nikravesh → telegram-json-to-vcf

s-nikravesh / telegram-json-to-vcf

Licence: other
Convert Telegram Contacts JSON File to VCF File

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to telegram-json-to-vcf

Ontologies
Home of the Genomic Feature and Variation Ontology (GFVO)
Stars: ✭ 16 (-52.94%)
Mutual labels:  vcf
cfworker-middware-telegraf
Make telegraf (a telegram bot framework) useable in Cloudflare Workers
Stars: ✭ 23 (-32.35%)
Mutual labels:  telegram
SmudgeLord
SmudgeLord tgBot source code.
Stars: ✭ 19 (-44.12%)
Mutual labels:  telegram
TelegramShillBot
A simple Telegram bot, written in Python, that you can use to shill (i.e. send messages) your token, or whatever, to channels.
Stars: ✭ 42 (+23.53%)
Mutual labels:  telegram
PDF-Bot
A bot for PDF for doing Many Things....
Stars: ✭ 38 (+11.76%)
Mutual labels:  telegram
Mesh-RenameBot
One of the best Rename bot for telegram. Heroku deployable and many features.
Stars: ✭ 72 (+111.76%)
Mutual labels:  telegram
vcf2gwas
Python API for comprehensive GWAS analysis using GEMMA
Stars: ✭ 27 (-20.59%)
Mutual labels:  vcf
technopsyna
телеграм бот для техноконфы
Stars: ✭ 16 (-52.94%)
Mutual labels:  telegram
node-tg-native
Telegram Native lib
Stars: ✭ 22 (-35.29%)
Mutual labels:  telegram
webhook-aiogram-heroku
A sample telegram bot made with aiogram, that fetches updates using the web-hook connection. Can be easily deployed to Heroku.
Stars: ✭ 36 (+5.88%)
Mutual labels:  telegram
teletakes
True Object-Oriented Telegram Bot Framework
Stars: ✭ 18 (-47.06%)
Mutual labels:  telegram
ioBroker.backitup
Backitup enables the cyclical creation of backups of an IoBroker / Homematic installation
Stars: ✭ 43 (+26.47%)
Mutual labels:  telegram
emacs-china-bot
emacs-china rss bot
Stars: ✭ 17 (-50%)
Mutual labels:  telegram
ecasbot
EC AntiSpam bot for the Telegram messenger
Stars: ✭ 17 (-50%)
Mutual labels:  telegram
node-telegram-operation-manager
A utility to manage bots reply flows and commands
Stars: ✭ 21 (-38.24%)
Mutual labels:  telegram
TypeTE
Genotyping of segregating mobile elements insertions
Stars: ✭ 15 (-55.88%)
Mutual labels:  vcf
luxmed-bot
Non official telegram bot for Portal Pacjenta LUX MED
Stars: ✭ 24 (-29.41%)
Mutual labels:  telegram
TradingTool-Wiki
Wiki for all TradingToolCrypto Products. MetaTrader 5 trading tools: Indicators, robots, risk management, signals, custom coding, CrptoBridgePro , and more
Stars: ✭ 26 (-23.53%)
Mutual labels:  telegram
keyboa
Keyboa is a project designed to simplify Telegram keyboards creation.
Stars: ✭ 24 (-29.41%)
Mutual labels:  telegram
Xtra-Plugins
A Repo Full Of Xtra Plugins For FridayUB [Pyrogram]
Stars: ✭ 25 (-26.47%)
Mutual labels:  telegram

Telegram Contacts JSON to VCF

You can export your Telegram contacts via Telegram desktop app (Settings -> Advanced -> Export Telegram data).
To convert the exported contacts (JSON file) to a VCF file and import it by your phone, use this script.

Usage

python3 telegram_json_to_vcf.py [--add-all] json_file vcf_file
Arguments:
--add-all: Whether to add all of the contacts or add them one by one
json_file: Path to JSON file
vcf_file: Path to VCF file

Examples:
python3 telegram_json_to_vcf.py --add-all ./contacts.json ./contacts.vcf
python3 telegram_json_to_vcf.py ./contacts.json .

Notes

  1. JSON file must have UTF-8 encoding.
  2. You can specify the VCF file name (see the examples).
  3. In case another file exists with the same name, then the VCF file is renamed.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].