Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 604 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 604 Bytes

MrRoss

These are the Glengarry leads...

A python web scraper that generates business leads from the NY Chamber of Commerce directory

Usage

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.

Dependencies

This scraper uses BeautifulSoup v4 and Python 3.5, make sure these are installed on your machine in order to use this script