Scrapy, a fast high-level web crawling & scraping framework for Python.
Go to file
Bulat c9614a5bdd Fixed BOT_NAME documentation 2019-10-16 12:07:19 +03:00
.github/ISSUE_TEMPLATE Fix case of GitHub. 2019-10-05 10:09:14 +10:00
artwork
debian Remove deprecated xlib module 2019-09-13 14:32:05 -03:00
docs Fixed BOT_NAME documentation 2019-10-16 12:07:19 +03:00
extras
scrapy Fix TypeError when using DummyStatsCollector 2019-10-01 18:03:22 -03:00
sep
tests Fix TypeError when using DummyStatsCollector 2019-10-01 18:03:22 -03:00
.bumpversion.cfg
.coveragerc Remove deprecated xlib module 2019-09-13 14:32:05 -03:00
.gitignore
.travis.yml
AUTHORS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
INSTALL
LICENSE
MANIFEST.in
Makefile.buildbot
NEWS
README.rst
appveyor.yml
codecov.yml
conftest.py Remove deprecated xlib module 2019-09-13 14:32:05 -03:00
pytest.ini
requirements-py2.txt
requirements-py3.txt
setup.cfg
setup.py
tox.ini

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 2.7 or 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>