No description
| convert-vcf-to-blink.py | ||
| LICENSE | ||
| README.md | ||
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.