Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions projects/Store_emails_in_csv/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Store mails in your inbox in csv format
<!--Remove the below lines and add yours -->
1)This script takes your email and password as input.

2)Return a csv containing following attributes:

-Date

-From(Sender)

-Subject

-Mail Text


## Prerequisites
<!--Remove the below lines and add yours -->
You only need Python to run this script. You can visit [here](https://www.python.org/downloads/) to download Python.


## How to run the script
<!--Remove the below lines and add yours -->
Running the script is really simple! Just open a terminal in the folder where your script is located and run the following command :

`pip install -r requirements.txt`
`python store_emails.py`


## *Author Name*
<!--Remove the below lines and add yours -->
gpriya32(Priyanka)