Posts

Showing posts with the label Fun with API

Working With Gmail API

Image
Hi friends today in this blog we will talk about the  Gmail REST API. On 25,June 2014 gmail launched it's API.This API is widely used among developers.  We will implement this  API using python though documentation for gmail API in python is available but it is not updated.  Let's begin , for using gmail API You need to enable gmail API for your account and create credentials for the API. 1. For Enabling gmail API visit  Google Developer Console   and click on Enable APIS And Services. 2. Search for gmail API and then click on enable button.                   3.  Go to credentials option and then click on create credentials. 3 options will be displayed to you , select oauth client id. 4. Give name to your oauth app , if you are creating a django app using gmail API with python then you should add the link of your website also. 5. Install Python library for Gmail API by using following command.  pip inst...