Skip to content

A python application to fetch Google Contacts using Gmail API

License

Notifications You must be signed in to change notification settings

aritraroy24/Get_Google_Contacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔸 credentials.json ⚠️

For getting access from Google Contacts using Gmail API 👥

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.

🔸 token.pickle 📝

All the details will be saved in token.pickle file and no further retrieving will be occurred if there is no change.

🔸 contact.py 📒

The main program written in python language. Gmail API is used to fetch the contact data from Google Contacts.

How to Use ❓❓❓

🔹 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 🔗

😊😊😊Contributors Are Welcome 😊😊😊

Step for Contribution:

  • Star and Fork this repo to your account
  • Create a New Branch and do Necessary Modification
  • Send a PR

Found a bug ❌❌❌

Don' t worry I am always here to help you. Create a issue HERE

Loved My Work 😍😍😍

You can help me by contributing here 👉

About

A python application to fetch Google Contacts using Gmail API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages