mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 04:21:12 +00:00
a9428eacd6
Email Extractor #ISSUE 253
16 lines
385 B
Markdown
16 lines
385 B
Markdown
# Email Extractor with Python
|
|
|
|
This is a script that takes input as a website and collect all the email address into a csv file.
|
|
|
|
|
|
### Setup
|
|
- Install the requirements (refer below)
|
|
- Run the script by 'python email_extractor.py'
|
|
- Input the website to collect emails
|
|
|
|
|
|
### Requirements
|
|
```pip install -r requirements.txt```
|
|
|
|
### usage
|
|
```python email_extractor.py``` |