Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.08 KB

index.rst

File metadata and controls

37 lines (30 loc) · 1.08 KB

Welcome to Spidermon's documentation!

Spidermon is a framework to build monitors for Scrapy spiders. It offers the following features:

  • It can check the output data produced by Scrapy (or other sources) and verify it against a schema or model that defines the expected structure, data types and value restrictions. It supports data validation based on two external libraries:
  • It allows you to define conditions that should trigger an alert based on Scrapy stats.
  • It supports notifications via email and Slack.
  • It can generate custom reports.

Contents

.. toctree::
   :maxdepth: 2

   installation
   getting-started
   monitors
   item-validation
   stats-collection
   settings
   actions
   changelog