/cprowl

prowl client

Primary LanguageCApache License 2.0Apache-2.0

What is cprowl?
---------------

cprowl is a command line utility to push notifications to the Prowl
(http://prowl.weks.net/) service. I will be personally using cprowl to notify me
when my projets are done building and whether they completed sucessfully or
failed.

Dependencies
------------

- libcurl (w/ SSL support)

Compile
-------

# ./waf configure
# ./waf
# sudo ./waf install

Usage
-----

cprowl : prowl client
  usage:
    cprowl [-a apikey] [-n appname] [-e event] [-d description] [-p priority]

    apikey:
      prowl api key

    appname:
      string : application name (default: "cprowl")

    event:
      string : event name (default: "event")

    description:
      string : description (default: "")

    priority:
      -2 : very low
      -1 : moderate
       0 : normal (default)
       1 : high
       2 : emergency

License
-------

   Copyright 2010 Ryan Phillips

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.