Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 255 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 255 Bytes

Webcrawling

Short example for a web crawler using scrapy

Usage

This crawler downloads the tags of the most voted stackoverflow questions.
To start the crawler, the scrapy package is needed.
The crawler is started with:
scrapy crawl Stack