Skip to content

vaibhavsawhney/Google-Gmail-API-Python-Django-1.9-Sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google-Gmail-API-Python-Django-1.9-Sample

This is the Google's Gmail API integration in Django 1.9 using Python 3+

This particular integration is for retrieving the tokens for gmail account,validating the token generated, creating a text mail using MIMEText( ), creating a mail with attachments, sending mail through your gmail account.

Please add your own client_secret.json in the root folder before running the python server using "python manage.py runserver"

"plus" is the main app
Do not go on the name of app as it is for Gmail

Major references:

  1. Django Google API Sample: https://github.com/google/google-api-python-client/tree/master/samples/django_sample

  2. http://engineering.hackerearth.com/2014/06/07/using-google-apis-in-django/

  3. python-social-auth LIBRARY http://stackoverflow.com/questions/29058520/how-to-sign-in-with-the-google-api-using-django

  4. http://www.marinamele.com/use-the-google-analytics-api-with-django

  5. Storage Class https://developers.google.com/api-client-library/python/guide/django#storage

  6. Google Python Video https://www.youtube.com/watch?v=IVjZMIWhz3Y

About

Google-Gmail-API-Python-Django-1.9-Sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages