jaggarwal96/HackISU2019
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Hack ISU 19 Start with pip3 install Scrapy Switch to the directory you want your project to be in Start new project by saying: scrapy startproject tutorial cd tutorial Make file called quotes_spider.py Compile using python3 quotes_spider.py Run the crawler using "scrapy runspider quotes_spider.py" or "scrapy runspider quotes_spider.py -o output.json"