This script was created to send webhooks when emails are received from a given list.
- You first need to create a google account...
- Then go to the Google Developper Console and create a new Project
- After this, you can add to the project the Gmail API in the library tab.
- And create an Oauth2 client ID in credentials (Application type : Other)
- Then, download the json file to your project root and rename it
g-credentials.json - Make sure to complete the
storage.jsonfile before to run - And finally, you can run
npm installandnode index.jsin the Windows cmd
- Node.js - server
- Discord.js - Primary module
This project is licensed under the MIT License - see the LICENSE.md file for details