These are the Glengarry leads...
A python web scraper that generates business leads from the NY Chamber of Commerce directory
To run the script, you can either run make
or you can run python3 member.py
.
You may need to uncomment a line in member.py
that calls the save_pages
function.
This scraper uses BeautifulSoup v4 and Python 3.5, make sure these are installed on your machine in order to use this script