Speeding Up Web Scraping with Parallel Processing

Run Initial Scraper:

$ python3 script.py

Run Parallel Scraper:

$ python3 script_parallel.py

Run Tests:

$ pytest