Skip to content

arkzuse/mailreply

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Requirements

  • Node.js

Installation

  1. Clone this repository
  2. cd into the directory
  3. Run npm install

Getting Credentials

  1. Create new project in Google Cloud Platform
  2. Configure OAuth consent screen
  3. Create OAuth client ID of type "Desktop app"
  4. Add Gmail API to the project
  5. Download credential as JSON and save it as client_secret.json in the root directory of this project
  6. Change the redirect_uri in client_secret.json to http://localhost:3000/oauth2callback

Usage

  • Run npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published