https://github.com/kunallillaney/statuspage-py
Python Wrappers for statuspage.io APIs
https://github.com/kunallillaney/statuspage-py
python-wrapper statuspage
Last synced: 4 months ago
JSON representation
Python Wrappers for statuspage.io APIs
- Host: GitHub
- URL: https://github.com/kunallillaney/statuspage-py
- Owner: kunallillaney
- License: apache-2.0
- Created: 2016-12-19T15:12:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-31T20:02:05.000Z (almost 7 years ago)
- Last Synced: 2025-01-08T00:15:32.864Z (6 months ago)
- Topics: python-wrapper, statuspage
- Language: Python
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# statuspage-py
Python Wrappers for statuspage.io APIs# Setup
* Copy the settings.ini.example to settings.ini file
```console
mv settings.ini.example settings.ini
```
* Copy over the page_id from your *statuspage.io* account and paste it in the file
* Copy over the API Token from your *statuspage.io* account and paste it in the file