├── .gitignore ├── README.md └── googlecontacts.py /.gitignore: -------------------------------------------------------------------------------- 1 | *.dat 2 | *.json 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhilRW/gcontacts-asterisk/HEAD/README.md -------------------------------------------------------------------------------- /googlecontacts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhilRW/gcontacts-asterisk/HEAD/googlecontacts.py --------------------------------------------------------------------------------