Skip to main content

Python library for the thunk.us API

Project description

Introduction

thunkapi.py is a python library and command line client for interacting with the thunk.us web service.

Usage

thunk.py can be imported into any python module:

import thunkapi

thunkapi.create()
thunkapi.poke(UID, state, payload)
thunkapi.check(uid)

There is also a command line client to use:

thunk.py UID
thunk.py -x check UID
thunk.py -x check "UID1,UID2,UID3"
thunk.py -x poke -s state -p payload UID
thunk.py -x create

History

0.1.0 (2010-06-02)

  • add basic API access

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

thunkapi-0.1.0.tar.gz (2.8 kB view hashes)

Uploaded source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page