Skip to content

Send Gmail messages to your Discord channel using Google Apps Script

License

Notifications You must be signed in to change notification settings

takker99/gmail2discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmail2discoed

Send Gmail messages to your Discord channel using Google Apps Script

Getting Started

  1. Create a new Google Apps Script project at https://script.google.com/
  2. Run:
deno run --allow-net --allow-read --allow-env --allow-run https://raw.githubusercontent.com/takker99/gmail2discord/main/build.ts > main.gs
  1. Copy the contents of main.gs to your Google Apps Script project
  2. set DISCORD_WEBHOOK_URL in the script properties
  3. add cheerio's script ID(1ReeQ6WO8kKNxoaA_O0XEQ589cIrRvEBA9qcWpNqdOP17i47u6N9M5Xh0) to your project
  4. set an trigger to run hook function

Development

If you check typescript files, run:

deno check --remote main.ts executeWebhook.ts && deno check --remote build.ts deps/*.ts

About

Send Gmail messages to your Discord channel using Google Apps Script

Resources

License

Stars

Watchers

Forks

Packages

No packages published