Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.55 KB

README.rst

File metadata and controls

52 lines (36 loc) · 1.55 KB

Spidermon

travis build status master branch Coverage report pypi version licence python versions Code style: black

Overview

Spidermon is an extension for Scrapy spiders. The package provides useful tools for data validation, stats monitoring, and notification messages. This way you leave the monitoring task to Spidermon and just check the reports/notifications.

Requirements

  • Python 3.5, Python 3.6 or Python 3.7

Install

The quick way:

pip install spidermon

For more details see the install section in the documentation: https://spidermon.readthedocs.io/en/latest/installation.html

Documentation

Documentation is available online at https://spidermon.readthedocs.io/ and in the docs directory.