10050 Forks
47723 Stars
47723 Watchers

scrapy

Scrapy, a fast high-level web crawling & scraping framework for Python.

How to download and setup scrapy

Open terminal and run command
git clone https://github.com/scrapy/scrapy.git
git clone is used to create a copy or clone of scrapy repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with scrapy https://github.com/scrapy/scrapy/archive/master.zip

Or simply clone scrapy with SSH
[email protected]:scrapy/scrapy.git

If you have some problems with scrapy

You may open issue on scrapy support forum (system) here: https://github.com/scrapy/scrapy/issues