8000 GitHub - trbs/statuscake: Python API for StatusCake
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 28, 2021. It is now read-only.

trbs/statuscake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StatusCake
https://travis-ci.org/trbs/statuscake.svg?branch=master Latest PyPI version

API for StatusCake

Installation

Create a virtualenv and install the requirements.

$ python3 -m venv status_cake
$ source status_cake/bin/activate
(status_cake) $ pip install -r requirements.txt

Usage

You will need a valid StatusCake api_key and api_user that you can find here:

Examples

from statuscake import StatusCake
client = StatusCake(api_key="my-api-key", api_user="my-user")
client.get_all_tests()

About

Python API for StatusCake

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 12

Languages

0