/go-contacts-exporter

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Go Contacts Exporter

Code Coverage Go Contacts Exporter Docs

To create a db:

python -m go_contacts_exporter.init_db --engine="postgresql://localhost/contacts"

To export contacts to the db:

python -m go_contacts_exporter.export --token=<your token here> --engine="postgresql://localhost/contacts"