TheSnook / attachment-downloader

Gmail attachment downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gmail Bulk Attachment Downloader

Currently gmail is not providing to download attachments from different different mails with in single click. Using this program you can do it now.

You need credentials.json before start this utility. You can get it from https://developers.google.com/gmail/api/quickstart/nodejs by enable GMAIL API. Save file credentials.json in the root folder of the project

Clone Project

git clone https://github.com/munir131/attachment-downloader

Install dependencies

npm i

Run program in interactive mode

node index.js

Run program in non-interactive mode

node index.js --label LABEL_NAME

About

Gmail attachment downloader

License:MIT License


Languages

Language:JavaScript 97.7%Language:Shell 2.3%