Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 396 Bytes

File metadata and controls

13 lines (9 loc) · 396 Bytes

ContactEmailExtractor

Webscraping tool to get contact email, if you feed in the website address. Should take csv format addresses, and output in the same format.

Installation:

Install pipenv using pip3 in bash

then run pipenv install --ignore-pipfile

then pipenv shell

then python extract_contact_email.py website_list.txt

The website_list should contain one website on each line.