A simple Gmail bot I created in Node.js to help actively filter my emails. The motivation behind this project is due to the fact that some random recruiters don't bother looking at my resume which clearly states that I'm looking for a Frontend Web Developer position, not a Android Developer position. If I don't respond, they'll call me which wastes my time so I decided to make this bot to kindly turn them down.
Repository https://github.com/ewliang/Gmail-Bot
- Google Account with Gmail Enabled
- Gmail API
- JavaScript
- Node.js
- NPM
- Go to https://developers.google.com/gmail/api/quickstart/nodejs and follow the instructions to turn on your Gmail API for your Google Account.
- Download your own credentials.json file.
- Clone this project via the URL provided in the repository section of this readme file at Repository.
- Then navigate to the root directory of the project folder via your command line tool, and run "npm install".
- The credentials.json file you downloaded from step 2, drag and drop it into the project folder's root directory.
Eric Liang
- Website https://www.eric-liang.com
- GitHub https://www.github.com/ewliang
This project is protected by the MIT License. More details can be found in the included LICENSE file.