https://github.com/inflex/ios2vcard
Convert iOS Address book directly to vCard file
https://github.com/inflex/ios2vcard
Last synced: about 1 year ago
JSON representation
Convert iOS Address book directly to vCard file
- Host: GitHub
- URL: https://github.com/inflex/ios2vcard
- Owner: inflex
- License: bsd-3-clause
- Created: 2016-07-23T06:53:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T03:59:30.000Z (over 8 years ago)
- Last Synced: 2025-03-29T05:12:23.475Z (about 1 year ago)
- Language: C
- Size: 4.88 KB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## iOS2vCard
Coverts iOS Addresses database to vCard
### Features
- Generates vCard v3.0 output of all addresses in single call
### TODO
- Cover multiple iOS Address book formats
- Add more generation options
### Prerequisites
For Ubuntu developers, you'll need the following packages at a minium;
$ apt-get install build-essential sqlite3-dev
### Installation
1. Clone the project
$ git clone 'https://github.com/inflex/ios2vcard'
2. Build it
$ make
3. Run it!
- To place all addresses in to a single vcf file
$ ./ios2vcard -i addresses.sqlite3 > addressbook.vcf
- To create individual vcf files
$ ./ios2vcard -i addresses.sqlite3 -s