An open API service indexing awesome lists of open source software.

https://github.com/utkarshmish/email-parser

Email parser will read a .eml file in the path mentioned and fetch any query present inside those emails. All the result will be stored inside result folder mentioned in the script.
https://github.com/utkarshmish/email-parser

email-automation python script

Last synced: about 1 month ago
JSON representation

Email parser will read a .eml file in the path mentioned and fetch any query present inside those emails. All the result will be stored inside result folder mentioned in the script.

Awesome Lists containing this project

README

          

# EMAIL PARSER

Key Email parser will read a .eml file in the path mentioned and fetch any query present inside those emails.
All the Key will be stored inside result folder as a csv mentioned in the script.

### variables to change

```[python]
EMAIL_PATH = <>
EXTENSION_TO_LOOK_FOR = <>
CONTENT_QUERY = << QUERY TO SEARCH THE EMAILS FOR >>
RESULT_FILE = << RESULT DIRECTORY WITH FILENAME IN IT >>

```