web-scraping-parallel-processing
web-scraping-parallel-processing copied to clipboard
Speeding Up Web Scraping with Parallel Processing
Run Initial Scraper:
$ python3 script.py
Run Parallel Scraper:
$ python3 script_parallel.py
Run Tests:
$ pytest