Skip to content

Latest commit

 

History

History

Attachment_Downloader

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Attachment Downloader

The script downloads gmail atttachment(s) in no time!

Setup Instructions

The script uses ezgmail module (to know more visit https://pypi.org/project/EZGmail/). To install please type the following command in your bash.

pip install EZGmail

Once the module is installed you will need to download credentials.json file by going to developers.google.com and clicking the Enable the Gmail API button (select "Desktop app" as OAuth Client in second step).

Once you have credentials.json (in root directory of project folder), the first time you run the script it will open up a browser window asking you to log in to your Gmail account and allow "Quickstart" app to access it. A token.json file will be generated (in root directory of project folder) which your script can use to access your account.

Outputs

Output 1

image

Output 2

image

Output 3

image

Output 4

image

Author

Contributed by Kirtan Bhatt