Scrapy, a fast high-level web crawling & scraping framework for Python.
Go to file
Adrián Chaves b642a1fca2
Fix doctest skipping based on the running Python version
2019-11-13 09:14:20 +01:00
.github/ISSUE_TEMPLATE Fix case of GitHub. 2019-10-05 10:09:14 +10:00
artwork
debian
docs Fix doctest skipping based on the running Python version 2019-11-13 09:14:20 +01:00
extras Fix zsh completion file extension (#4122) 2019-11-05 16:30:01 +01:00
scrapy Fix W391 Blank line at end of file (#4137) 2019-11-07 17:47:35 +01:00
sep
tests Set the bases for testing code examples from the documentation 2019-11-08 16:00:10 +01:00
.bumpversion.cfg Bump version: 1.7.0 → 1.8.0 2019-10-29 12:57:02 +01:00
.coveragerc
.gitignore
.travis.yml Remove the old Python 2 PyPy installation code from .travis.yml (#4138) 2019-11-07 18:02:17 +01:00
AUTHORS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
INSTALL
LICENSE
MANIFEST.in
Makefile.buildbot
NEWS
README.rst Initial Python 2 removal (#4091) 2019-10-31 10:46:02 +01:00
appveyor.yml
codecov.yml
conftest.py Add pytest-flake8 (#3945) 2019-11-07 14:05:01 +01:00
pytest.ini Make tutorial doctests pass 2019-11-12 08:08:50 +01:00
requirements-py3.txt
setup.cfg
setup.py Initial Python 2 removal (#4091) 2019-10-31 10:46:02 +01:00
tox.ini Set the bases for testing code examples from the documentation 2019-11-08 16:00:10 +01:00

README.rst

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> </head>

Scrapy

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 3.5+
  • 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/

</html>