Sample codebase for scrappy python framework
To execute a spider : scrapy crawl <spider_name> -o
Digikey Example: digikey is the spider name in this project So the command to crawl digikey spider and export to json would be scrapy crawl digikey -o .json
Please have your anaconda setup environment ready with python and scrapy installed to execute the above commands