https://github.com/rasa/google-csv-to-abx-converter
Convert Google contact export to ABX format
https://github.com/rasa/google-csv-to-abx-converter
Last synced: 7 months ago
JSON representation
Convert Google contact export to ABX format
- Host: GitHub
- URL: https://github.com/rasa/google-csv-to-abx-converter
- Owner: rasa
- License: mit
- Created: 2014-07-06T23:42:35.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T21:53:27.000Z (over 7 years ago)
- Last Synced: 2024-12-29T07:42:50.724Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# google-csv-to-abx-converter [![Flattr this][flatter_png]][flatter]
Convert Google contact export to ABX format.
## Usage
1. Install `python`, and `make`, if needed.
2. Clone the repo:
````bash
git clone git@github.com:rasa/google-csv-to-abx-converter
````
3. Visit https://takeout.google.com/
4. Click [Deselect All]
5. Check [Contacts]
6. Click [vCard Format]
7. Select [CSV]
8. Click [OK]
9. Scroll down and click [Next Step]
10. Click [Create archive]
11. Unzip the archive into the google-csv-to-abx-converter folder
12. Run:
````bash
$ cd google-csv-to-abx-converter
$ python google-contacts-to-abx.py takeout-20190328T195144Z-001
````
13. The file `takeout-20190328T195144Z-001/Takeout/Contacts/All Contacts/All Contacts.abx` will be generated containing all contacts that have an address
## Contributing
To contribute to this project, please see [CONTRIBUTING.md](CONTRIBUTING.md).
## Bugs
To view existing bugs, or report a new bug, please see [issues](../../issues).
## Changelog
To view the version history for this project, please see [CHANGELOG.md](CHANGELOG.md).
## License
This project is [MIT licensed](LICENSE).
## Contact
This project was created and is maintained by [Ross Smith II][] [![endorse][endorse_png]][endorse]
Feedback, suggestions, and enhancements are welcome.
[Ross Smith II]: mailto:ross@smithii.com "ross@smithii.com"
[flatter]: https://flattr.com/submit/auto?user_id=rasa&url=https%3A%2F%2Fgithub.com%2Frasa%2Fgoogle-csv-to-abx-converter
[flatter_png]: http://button.flattr.com/flattr-badge-large.png "Flattr this"
[endorse]: https://coderwall.com/rasa
[endorse_png]: https://api.coderwall.com/rasa/endorsecount.png "endorse"