Skip to content

N3RDCLASH/mail-drive-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mail-Drive-Sync

A Node app that listens to incoming mail from my school and auto uploads the attachments to google drive. (In Development) Based on tradingview-mail-watcher by Mitchel Pawirodinomo

How the email body is processed

coming soon.

Setup

  1. A Tradingview study that sends this exact string to the desired email account. You can use dynamic alerts in TV.
  2. Install NodeJS https://nodejs.org/en/
  3. Run npm i
  4. Edit the config.js file
  5. run node index.js to setup google drive

Start the app

EMAIL="<email>" PASSWORD="<email_password>" node app.js

If you have two factor authentication enabled:

API Routes

none currently.

Features to be implemented

  • Mail sorting by subject.
  • Uploading to specific folders.

About

A Node app that listens to incoming mail from my school and auto uploads the attachments to google drive.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published