Giter Site home page Giter Site logo

oauth2gmail's Introduction

oauth2gmail

These three scripts are intended to enable easy access to the refresh
and access tokens for an application to use.  This enables oauth2 access
to gmail with desktop clients, without requiring python.

To enable these scripts to work, you must have your client_id and
client_secret from your project at:

https://console.developers.google.com/

This project must have the gmail API enabled, and credentials generated.

The client_id should go in a file called 'client_id' in this directory.
Likewise, the client_secret should go in a file named 'client_secret'
also in this directory.

auth.sh
This script generates a link to visit for you to generate an auth code,
proving this is desired access.

token.sh
This script generates a refresh token.  This is effectively the equivalent
of a password, together with your client_id and client_secret.

refresh.sh
This script generates an access token and it's expiration time in seconds.
This is what is actually used to access gmail, and must be refreshed
after expiration.  The first line of 'access_token.sh' contains the
access token, and the second line contains the seconds until expiration.

oauth2gmail's People

Contributors

dallinjdahl avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.