File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
projects/Store_emails_in_csv Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ # Store mails in your inbox in csv format
2+ <!-- Remove the below lines and add yours -->
3+ 1)This script takes your email and password as input.
4+
5+ 2)Return a csv containing following attributes:
6+
7+ -Date
8+
9+ -From(Sender)
10+
11+ -Subject
12+
13+ -Mail Text
14+
15+
16+ ## Prerequisites
17+ <!-- Remove the below lines and add yours -->
18+ You only need Python to run this script. You can visit [ here] ( https://www.python.org/downloads/ ) to download Python.
19+
20+
21+ ## How to run the script
22+ <!-- Remove the below lines and add yours -->
23+ Running the script is really simple! Just open a terminal in the folder where your script is located and run the following command :
24+
25+ `pip install -r requirements.txt`
26+ `python store_emails.py`
27+
28+
29+ ## * Author Name*
30+ <!-- Remove the below lines and add yours -->
31+ gpriya32(Priyanka)
You can’t perform that action at this time.
0 commit comments