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.
- Host: GitHub
- URL: https://github.com/utkarshmish/email-parser
- Owner: UtkarshMish
- Created: 2022-10-29T07:17:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T11:25:39.000Z (over 3 years ago)
- Last Synced: 2025-01-16T04:13:30.939Z (over 1 year ago)
- Topics: email-automation, python, script
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 >>
```