Python script to monitor a webpage for changes.
Project description
urlmon
Work in progress. Python script to monitor a webpage component for changes.
Free software: MIT
Documentation: [STRIKEOUT:https://urlmon.readthedocs.org]
Features
Checks for changes in a website (or list of websites) since last run
Sends a Pushover notification if there have been changes
Installation
Get a Pushover API token (and your user info) ```bash 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
History
0.1.1 20151229
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file urlmon-0.1.1.tar.gz
.
File metadata
- Download URL: urlmon-0.1.1.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4eaf0883a8dc57cb2797ccebcba50a3f8c401df037ca3c8cbd72f26d5ab3e78 |
|
MD5 | ec91934d9faa6f1ef4578b04290ba10d |
|
BLAKE2b-256 | 35969d209d1b5239ae44102125f05afc9db24aa2ec1ea6624efedaf11c484d1c |
File details
Details for the file urlmon-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: urlmon-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48d7d3bc4df31eab39cd575e2ad35ca8179e84c2495567ecde89c46de65558a4 |
|
MD5 | e0fae67561f951bfcb198aa10b0a6e49 |
|
BLAKE2b-256 | 1ef650cfd92bfc926e8f68994d6d599491f578e89319aff4d352228057cb02c6 |