Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 391 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 391 Bytes

ZIP code demographics scraper

A python script that scrapes ZIP code demographics attributes from a website built on javascript using the selenium module and writes the scraped results into an Excel spreadsheet.

System setup

It is necessary to have Firefox installed to run the script.

ToDo

  • Add functionality to scrape additional attributes
  • Implement autosave for data backups