Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ojii/alert-grid
- Owner: ojii
- License: other
- Created: 2010-10-26T14:45:17.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-10-26T15:31:05.000Z (about 14 years ago)
- Last Synced: 2024-10-13T11:43:46.774Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 202 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.rst
- License: LICENSE
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.