Skip to content
Scrapy, a fast high-level web crawling & scraping framework for Python.
Branch: master
Clone or download
kmike Merge pull request #3812 from duketemon/master
[MRG+1] Tutorial: scrapy shell example should say "text" not "title" (#3807)
Latest commit 29bbbaa Jun 5, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
artwork Use https for external links wherever possible in docs Oct 26, 2017
debian Use https links wherever possible Oct 28, 2017
docs Tutorial: scrapy shell example should say "text" not "title" (#3807) Jun 5, 2019
extras Use https for external links wherever possible in docs Oct 26, 2017
scrapy Merge pull request #3735 from anubhavp28/smallfix Apr 12, 2019
sep Merge branch 'master' into backward Mar 14, 2019
tests Merge pull request #3707 from Gallaecio/pytest-xdist Apr 17, 2019
.bumpversion.cfg Bump version: 1.5.0 → 1.6.0 Jan 30, 2019
.coveragerc remove ancient modules kept only for error messages Jul 5, 2018
.gitignore remove duplicated entry in gitignore Mar 22, 2019
.travis.yml Needs to be installed within tox env Mar 22, 2019
AUTHORS added Nicolas Ramirez to AUTHORS Mar 14, 2013
CODE_OF_CONDUCT.md minor grammatical fixes in CODE_OF_CONDUCT.md Jun 2, 2018
CONTRIBUTING.md Be consistent with domain used for links to documentation website Jan 31, 2019
INSTALL Be consistent with domain used for links to documentation website Jan 31, 2019
LICENSE added oxford commas to LICENSE Jun 2, 2018
MANIFEST.in Include additional files in sdists Nov 16, 2018
Makefile.buildbot Generated version as pep440 and dpkg compatible Jun 16, 2015
NEWS added NEWS file pointing to docs/news.rst Apr 29, 2012
README.rst Be consistent with domain used for links to documentation website Jan 31, 2019
appveyor.yml Cache pip cache and do not rebuild tags on appveyor and travis Aug 15, 2018
codecov.yml codecov config: disable project check, tweak PR comments May 18, 2017
conftest.py remove ancient modules kept only for error messages Jul 5, 2018
pytest.ini Don't collect tests by their class name May 4, 2015
requirements-py2.txt require parsel 1.5+ Sep 12, 2018
requirements-py3.txt require parsel 1.5+ Sep 12, 2018
setup.cfg Build universal wheels Mar 1, 2016
setup.py declare Python 3.7 support in setup.py Dec 26, 2018
tox.ini Add a Sphinx extension to generate documentation coverage information Jun 4, 2019

README.rst

Scrapy

PyPI Version Supported Python Versions Build Status Wheel Status Coverage report Conda Version

Overview

Scrapy is a fast high-level web crawling and web scraping framework, used to crawl websites and extract structured data from their pages. It can be used for a wide range of purposes, from data mining to monitoring and automated testing.

For more information including a list of features check the Scrapy homepage at: https://scrapy.org

Requirements

  • Python 2.7 or Python 3.4+
  • Works on Linux, Windows, Mac OSX, BSD

Install

The quick way:

pip install scrapy

For more details see the install section in the documentation: https://docs.scrapy.org/en/latest/intro/install.html

Documentation

Documentation is available online at https://docs.scrapy.org/ and in the docs directory.

Releases

You can find release notes at https://docs.scrapy.org/en/latest/news.html

Community (blog, twitter, mail list, IRC)

See https://scrapy.org/community/

Contributing

See https://docs.scrapy.org/en/master/contributing.html

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct (see https://github.com/scrapy/scrapy/blob/master/CODE_OF_CONDUCT.md).

By participating in this project you agree to abide by its terms. Please report unacceptable behavior to opensource@scrapinghub.com.

Companies using Scrapy

See https://scrapy.org/companies/

Commercial Support

See https://scrapy.org/support/

You can’t perform that action at this time.