Scrapy, a fast high-level web crawling & scraping framework for Python.
Go to file
Laerte Pereira a3f8912d69 chore: Rename test 2023-06-23 00:15:32 -03:00
.github Drop Python 3.7 support. 2023-06-18 18:37:50 +04:00
artwork
docs Adding support for Windows of absolute pathlib.Path objects in FeedExporter (#5939) 2023-06-22 07:04:06 +02:00
extras
scrapy chore: Use dunder to delete item instead of del keyword to handle immutable settings 2023-06-23 00:14:31 -03:00
sep
tests chore: Rename test 2023-06-23 00:15:32 -03:00
.bandit.yml Update tool versions (#5908) 2023-04-24 09:34:34 +02:00
.bumpversion.cfg Bump version: 2.8.0 → 2.9.0 2023-05-08 14:30:06 +04:00
.coveragerc
.flake8
.git-blame-ignore-revs
.gitattributes
.gitignore
.isort.cfg
.pre-commit-config.yaml Bump isort and flake8 versions. 2023-06-18 18:38:56 +04:00
.readthedocs.yml
AUTHORS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
INSTALL.md
LICENSE
MANIFEST.in
NEWS
README.rst Drop Python 3.7 support. 2023-06-18 18:37:50 +04:00
codecov.yml
conftest.py
pylintrc
pytest.ini
setup.cfg
setup.py chore: Remove deprecated code 2023-06-20 17:14:21 -03:00
tox.ini fix: move import to inside function 2023-06-20 17:05:49 -03:00

README.rst

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> </head>
https://scrapy.org/img/scrapylogo.png

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.

Scrapy is maintained by Zyte (formerly Scrapinghub) and many other contributors.

Check the Scrapy homepage at https://scrapy.org for more information, including a list of features.

Requirements

  • Python 3.8+
  • Works on Linux, Windows, macOS, BSD

Install

The quick way:

System Message: WARNING/2 (<stdin>, line 69)

Cannot analyze code. Pygments package not found.

.. code:: bash

    pip install scrapy

See the install section in the documentation at https://docs.scrapy.org/en/latest/intro/install.html for more details.

Documentation

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

Releases

You can check https://docs.scrapy.org/en/latest/news.html for the release notes.

Community (blog, twitter, mail list, IRC)

See https://scrapy.org/community/ for details.

Contributing

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

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct.

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

Companies using Scrapy

See https://scrapy.org/companies/ for a list.

Commercial Support

See https://scrapy.org/support/ for details.

</html>