Metadata-Version: 2.0
Name: urlmon
Version: 0.1.1
Summary: Python script to monitor a webpage for changes.
Home-page: https://github.com/n8henrie/urlmon
Author: Nathan Henrie
Author-email: nate@n8henrie.com
License: MIT
Keywords: urlmon
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: beautifulsoup4 (==4.4.1)
Requires-Dist: keyring (==5.7.1)
Requires-Dist: pushover (==0.4)
Requires-Dist: py (==1.4.31)
Requires-Dist: pytest (==2.8.5)
Requires-Dist: requests (==2.9.1)

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 <https://pushover.net/apps/build>`__ (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.


