API for StatusCake
Create a virtualenv and install the requirements.
$ virtualenv -p python3.5 status_cake
$ source status_cake/bin/activate
(status_cake) $ pip install -r requirements.txt
You will need a valid StatusCake api_key and api_user that you can find here:
from statuscake import StatusCake
client = StatusCake(api_key="YNWHGOBX4w8gbc19", api_user="test")
client.get_all_tests()