git clone https://github.com/booringreader/web-crawler.git
cd web-crawler- if the existing one doesn't work, remove
venvdir & create a new virtual environment with
python -m venv venv # macOS/Linux- install dependencies with
pip install beautifulsoup4- execute the
urls.pyfile first, then enter the root url(the first page, the entry point); this will populate theurls.csvfile - execute the
mails.pyfile