Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ojii/alert-grid

python alert grid utility
https://github.com/ojii/alert-grid

Last synced: 8 days ago
JSON representation

python alert grid utility

Awesome Lists containing this project

README

        

Usage
=====

Basic Usage::

from alert_grid.base import ping
ping('YOUR API ID', 'YOUR RECEIVER NAME')

Returns `True` if successful or raises one of the excpetions in
`alert_grid.exceptions`.

Disclaimer
==========

I am in no way affiliated with alert-grid.com. This is merely a utility app to
make it easier to use alert-grid with your python applications.