Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 196 Bytes

File metadata and controls

16 lines (13 loc) · 196 Bytes

Speeding Up Web Scraping with Parallel Processing

Run Initial Scraper:

$ python3 script.py

Run Parallel Scraper:

$ python3 script_parallel.py

Run Tests:

$ pytest