Skip to content
Scrapy, a fast high-level web crawling & scraping framework for Python.
Python Other
  1. Python 99.7%
  2. Other 0.3%
Branch: master
Clone or download

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/ISSUE_TEMPLATE Fix case of GitHub. Oct 5, 2019
artwork Fixed artwork/README formatting Jan 15, 2020
docs Support for dataclass and attrs items (#3881) Jun 14, 2020
extras edit zsh completion Mar 17, 2020
scrapy Support for dataclass and attrs items (#3881) Jun 14, 2020
sep Fix a spelling error: ie. → i.e. (#4338) Feb 18, 2020
tests Support for dataclass and attrs items (#3881) Jun 14, 2020
.bandit.yml Mark bandit’s 402 check as addressed by #4180 (#4181) Dec 5, 2019
.bumpversion.cfg Bump version: 2.0.0 → 2.1.0 Apr 24, 2020
.coveragerc Remove deprecated xlib module Sep 13, 2019
.gitignore remove duplicated entry in gitignore Mar 22, 2019
.readthedocs.yml Allow doc to be downloadable on readthedocs.org May 19, 2020
.travis.yml Bump minimum Python version to 3.5.2 (#4615) Jun 11, 2020
AUTHORS added Nicolas Ramirez to AUTHORS Mar 14, 2013
CODE_OF_CONDUCT.md Make punctuation consistent Oct 16, 2019
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
NEWS added NEWS file pointing to docs/news.rst Apr 29, 2012
README.rst Bump minimum Python version to 3.5.2 (#4615) Jun 11, 2020
appveyor.yml Set the cloned directory as PYTHONPATH in appveyor.yml Jun 11, 2019
codecov.yml codecov config: disable project check, tweak PR comments May 18, 2017
conftest.py Merge branch 'master' into response_ip_address Feb 23, 2020
pylintrc Update disabled Pylint checks May 7, 2020
pytest.ini Cleanup import in selector module May 16, 2020
setup.cfg Build universal wheels Mar 1, 2016
setup.py Support for dataclass and attrs items (#3881) Jun 14, 2020
tox.ini Support for dataclass and attrs items (#3881) Jun 14, 2020

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.

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

Requirements

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

Install

The quick way:

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 (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/ for a list.

Commercial Support

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

You can’t perform that action at this time.