3 Forks
10 Stars
10 Watchers

scrapy

In this repository, I try to share some of the little tips and tricks and amazing spiders that I used to work with on the scrapy framework.

How to download and setup scrapy

Open terminal and run command
git clone https://github.com/mrt-kousha/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/mrt-kousha/scrapy/archive/master.zip

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

If you have some problems with scrapy

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