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
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
debian Remove deprecated xlib module Sep 13, 2019
docs Merge pull request #4197 from elacuesta/sphinx-twisted-api Feb 7, 2020
extras add zsh -h autocomplete option Jan 27, 2020
scrapy Deprecate overriding settings with SCRAPY-prefixed environment variab… Feb 11, 2020
sep fix first letter capitalization for Raring and Scrapy Dec 19, 2019
tests Merge pull request #4271 from wRAR/asyncio-signals Feb 10, 2020
.bandit.yml Mark bandit’s 402 check as addressed by #4180 (#4181) Dec 5, 2019
.bumpversion.cfg Bump version: 1.7.0 → 1.8.0 Oct 29, 2019
.coveragerc Remove deprecated xlib module Sep 13, 2019
.gitignore remove duplicated entry in gitignore Mar 22, 2019
.readthedocs.yml Use Python 3.7 to build the documentation Dec 19, 2019
.travis.yml Remove the py35-asyncio env for 3.5 from Travis. Jan 3, 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
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 Merge pull request #4059 from josealberto4444/master Nov 15, 2019
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 FIx a typo in the only_asyncio fixture. Dec 27, 2019
pytest.ini Specify Twisted reactor (TWISTED_REACTOR setting) (#4294) Feb 6, 2020
setup.cfg Build universal wheels Mar 1, 2016
setup.py Remove six from requirements and setup files Nov 3, 2019
tox.ini Remove elusive six occurrence from tox.ini Feb 5, 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+
  • Works on Linux, Windows, Mac OSX, 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.