After generating Gmail API, the CLIENT CONFIGURATION
will be saved as credentials.json
. It should be kept in the working directory
. otherwise contacts details can't be fetched from Google Contacts.
All the details will be saved in token.pickle
file and no further retrieving will be occurred if there is no change.
The main program written in python language. Gmail API is used to fetch the contact data from Google Contacts.
🔹 One'll need to get the CLIENT CONFIGURATION
as credentials.json
file using Gmail API
. It should be kept in the working directory for functioning.
🔹 While generating the CLIENT CONFIGURATION
one'll need to give a project name. Please note that this project name and the main python
program name should be same
.
🔹 One'll need to then install Google Client Library via pip -
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
🔹 The next step is to select the Gmail Account from where the contacts will be retrieved.
🔹 For more information about the process, unlimited retrieving of contact details using Gmail API please read my article published in
Medium
- https://medium.com/@aritraroycoc/retrieving-email-and-phone-no-7c60ad3a9b69 🔗
- Star and Fork this repo to your account
- Create a New Branch and do Necessary Modification
- Send a PR
Don' t worry I am always here to help you. Create a issue HERE