No description
Find a file
2025-09-23 16:35:13 +02:00
convert-vcf-to-blink.py Remove spaces from numbers if present 2025-09-23 16:35:13 +02:00
LICENSE Add readme and license 2024-05-18 23:54:10 +02:00
README.md Work on existing full config files instead of creating snippets 2024-05-19 10:21:14 +02:00

VCF to Blink config converter

This script converts a vCard file containing contact information into a configuration file for the Blink SIP client.

Usage

python3 convert_vcf_to_blink.py <input_vcf_file> <output_blink_config_file>

Replace <input_vcf_file> with the path to your vCard file and <output_blink_config_file> with the path to the Blink configuration file (usually ~/.blink/config).

For example:

python3 convert-vcf-to-blink.py ~/contacts.vcf ~/.blink/config

Make sure you have closed Blink before you run this script, and restart it afterwards.

Requirements

  • Python 3.x

License

This project is licensed under the GNU General Public License v3.0 or later. See the LICENSE file for details.