yonran / yontriggers

Personal code to perform actions on my behalf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manual Setup

Accessing a user’s Gmail mailbox requires creating an OAuth 2.0 Client ID (gmail quickstart nodejs). Work through the Consent Screen wizard:

Then create an OAuth 2.0 Client ID at https://console.cloud.google.com/apis/credentials

  • Authorized redirect URIs: add https://<function_domain>/oauth2code and possibly http://localhost:8080/oauth2code

Enable the relevant apis

About

Personal code to perform actions on my behalf


Languages

Language:TypeScript 47.1%Language:HCL 37.0%Language:JavaScript 15.9%