Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 354 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 354 Bytes

Sample Python Web Scraper

Tutorial explains how to scrape table data into CSV. I also added export JSON.

To export to CSV file

  • Run `python scrape_to_csv.py'

To export to JSON file

  • Run `python scrape_to_json.py'