Skip to content

scrapinghub/spidermon

Folders and files

NameName
Last commit message
Last commit date
Jul 15, 2024
Jul 15, 2024
Jun 29, 2023
Oct 31, 2024
Jul 15, 2024
Oct 31, 2024
Feb 19, 2019
Jan 26, 2016
Feb 10, 2023
Aug 31, 2023
Oct 31, 2024
Mar 3, 2023
Mar 1, 2021
Nov 9, 2018
May 7, 2024
Nov 27, 2023
Dec 4, 2018
Nov 11, 2024
May 5, 2015
May 7, 2024

Repository files navigation

Spidermon

CI Status 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 Version: 3.8, 3.9, 3.10, 3.11 or 3.12

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.