https://github.com/gedl/gc-csv
Command line utility to export Google Contacts contacts to a Comma Separated File
https://github.com/gedl/gc-csv
Last synced: 4 months ago
JSON representation
Command line utility to export Google Contacts contacts to a Comma Separated File
- Host: GitHub
- URL: https://github.com/gedl/gc-csv
- Owner: gedl
- License: apache-2.0
- Created: 2015-11-17T18:37:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-27T15:29:16.000Z (almost 9 years ago)
- Last Synced: 2024-08-13T07:03:14.882Z (8 months ago)
- Language: Java
- Homepage:
- Size: 5.86 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - gedl/gc-csv - Command line utility to export Google Contacts contacts to a Comma Separated File (Java)
README
# gc-csv
Command line utility to export Google Contacts to a Comma Separated FileI wrote this tool because couldn't find any command line option to export google contacts to a CSV file.
A very simple command line tool to generate CSV files for google contacts.
Requires users to create an application in the google dev console (on the account to export the contacts from) and configure OAuth client id and secret. Check here: https://developers.google.com/identity/protocols/OAuth2
This can be compiled from source (it's a maven project) but ready-to-use jar files are available from the releases page, here: https://github.com/gedl/gc-csv/releases
For a quick test run use with are -C -S -d. Those are the client id, client secret and the data store, where the tool will store the refresh token (avoiding asking the users to authorize the app to access their contacts on each run).
You should also specify -p or -f in order to see some results.
For help run with -h