urlmon

Python script to monitor a webpage for changes.


Keywords
urlmon
License
MIT
Install
pip install urlmon==0.1.1

Documentation

urlmon

Work in progress. Python script to monitor a webpage component for changes.

Features

  • Checks for changes in a website (or list of websites) since last run
  • Sends a Pushover notification if there have been changes

Installation

git clone https://github.com/n8henrie/urlmon.git
cd urlmon
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -e .

# Enter your Pushover API token:
keyring set pushover api_token

# Enter your Pushover user:
keyring set pushover user

Usage

  • Take single URL from stdin: echo 'http://n8henrie.com' | python3 urlmon -
  • Take multiple URLs from file: urlmon urls.txt