Python client for Clubhouse
Project description
py-clubhouse
Python client for Clubhouse (fork of clubhouse-client because I needed more flexibility for special use cases on work engagements)
Installation
The package is available on pypi and can be installed like any other packages.
$ pip install py-clubhouse
Usage
Refer to Clubhouse API Docs for more information.
from py_clubhouse import Clubhouse
clubhouse = Clubhouse('your api key')
story = clubhouse.get_story(1234) # returns Story object
workflows = clubhouse.workflows() # returns list of Workflow objects
TODO
add GHA workflow- create models for relevant resources
- moar tests
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
py-clubhouse-0.1.1.tar.gz
(3.8 kB
view hashes)
Built Distribution
Close
Hashes for py_clubhouse-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cacddcaa3d4a3038c5b437f17ef9d523a375060ee80b7de123c06b15dd432312 |
|
MD5 | c7277bc75048bdcf517f1476c2d9e4a0 |
|
BLAKE2b-256 | 6300a8082241b951a372cd79e506cb03606c8337456a83c6d051dc8c2821fc74 |