Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8c4b1a4

Browse files
Added README.md file
1 parent a2c5fa4 commit 8c4b1a4

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

‎Attachment_Downloader/README.md‎

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Attachment Downloader
2+
3+
The script downloads gmail atttachment(s) in no time!
4+
5+
6+
# Setup Instructions
7+
8+
The script uses ezgmail module (to know more visit https://pypi.org/project/EZGmail/). To install please type the following command in your bash.
9+
10+
```bash
11+
pip install EZGmail
12+
```
13+
14+
Once the module is installed you will need to download credentials.json file by going to [developers.google.com](https://developers.google.com/gmail/api/quickstart/python) and clicking the Enable the Gmail API button (select "Desktop app" as OAuth Client in second step).
15+
16+
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.
17+
18+
# Outputs
19+
20+
## Output 1
21+
22+
![image](https://user-images.githubusercontent.com/75886245/111307477-82e5d100-867f-11eb-8461-58abd04fa56a.png)
23+
24+
## Output 2
25+
26+
![image](https://user-images.githubusercontent.com/75886245/111307625-ba547d80-867f-11eb-8f3b-77ded9e72416.png)
27+
28+
## Output 3
29+
30+
![image](https://user-images.githubusercontent.com/75886245/111307771-e66ffe80-867f-11eb-8bbe-457675fcb963.png)
31+
32+
## Output 4
33+
34+
![image](https://user-images.githubusercontent.com/75886245/111307864-0273a000-8680-11eb-8400-3009dff8d7db.png)
35+
36+
# Author
37+
38+
Contributed by Kirtan Bhatt

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /