Skip to content
Ning Li edited this page Apr 21, 2016 · 1 revision

Welcome to the CS5704 wiki!

Project: Empirical Study on Performance Bugs

Scrapy Tutorial

http://doc.scrapy.org/en/latest/intro/overview.html

http://doc.scrapy.org/en/latest/intro/tutorial.html

http://doc.scrapy.org/en/latest/topics/request-response.html#request-objects

Crawl Command

To start scrawling, in the root folder of scrapy project, type

scrapy crawl bugzilla -o PATH/bugs.json

Clone this wiki locally