Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 311 Bytes

File metadata and controls

21 lines (16 loc) · 311 Bytes

scup-python

Unnofficial Python library for the Scup API v1.1. http://www.scup.com/docs/api

Installation

pip install scup-python

Requires

  • requests
  • simplejson
  • six

Usage

from scup import ScupAPI

api = ScupAPI(public_key, private_key)

monitorings = api.monitorings()