Simple Python based Page monitoring with JS support and notifications

MarcDufresne MarcDufresne Last update: Jun 07, 2022

Page Monitor

Build StatusPyPIPyPI - LicensePyPI - Python VersionPyPI - StatusGitHub issuesRead the Docs (version)

(If you are reading this on PyPI you can go on theproject's GitHub pagefor a properly formatted version)

This is an app that monitors web pages for changes,with optional conditions, and is able to execute actionsbased on changes, like send an email or a Telegram message.

It will also fully support JavaScript rendering by using Chromiumin the background once requests-html releases an Async compatibleversion.

Quickstart

  1. pip install page-monitor
  2. Create a tasks configuration file
  3. page_monitor tasks.yml

Documentation

Documentation available onRead The Docs

Documentation sourcehere

Subscribe to our newsletter