Metadata-Version: 1.0
Name: website-poller
Version: 0.5.1
Summary: Polls specified websites and alerts using system notifications.
Home-page: https://koodilehto.github.com/website-poller
Author: Koodilehto osk.
Author-email: info@koodilehto.fi
License: MIT
Description: website-poller
        ==============
        
        website-poller polls websites specified at ``~/.websitepollerrc`` (JSON)
        and alerts using system notifications should some website fail to
        respond properly.
        
        Define your ``~/.websitepollerrc`` like this:
        
        ::
        
            {
                "user-agent": "Koodilehto Website Poller",
                "websites": [
                    "http://www.github.com",
                    "http://www.google.com"
                ]
            }
        
        Installation
        ------------
        
        Linux
        ~~~~~
        
        Change the paths at ./install.sh and run it, or add the crontab entry
        yourself: ``@hourly DISPLAY=:0.0 /path/to/websitepoller.py > /dev/null``
        
        Make sure you have ``python-notify2`` installed in order for the
        notications to work.
        
        OS X
        ~~~~
        
        Make sure you have `GNTP <https://github.com/kfdm/gntp/>`_ installed.
        Note that this depends on `Growl <http://growl.info/>`_. Otherwise Linux
        instructions apply.
        
        Windows
        ~~~~~~~
        
        No official support at the moment. Feel free to contribute.
        
        License
        -------
        
        MIT. See LICENSE for more information.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: System :: Networking :: Monitoring
