Skip to content

A Python script to convert Google Contacts to a format readable by ppl, the command line address book.

Notifications You must be signed in to change notification settings

shushcat/goog2ppl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

goog2ppl

A Python script to convert Google Contacts to a format readable by ppl.

Takes a vcf file and splits it into separate cards named after the camelcase contents of their N: (name) lines.

Caveats

  • Hardly tested, but works for me. So backup first!
  • Outputs bunches of vcf files to the directory from which it's run.

Usage

From an initialized ppl directory:

  1. Backup your contacts file: cp <contacts file> <contacts file>.bak;

  2. Make vcards: ./goog2ppl.py <contacts file>; and

  3. Import your contacts to ppl: git add *.vcf && git commit -a.

About

A Python script to convert Google Contacts to a format readable by ppl, the command line address book.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages