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 details)
Built Distribution
File details
Details for the file py-clubhouse-0.1.1.tar.gz
.
File metadata
- Download URL: py-clubhouse-0.1.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.7.7 Darwin/19.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d3d09dfcf4b2a55f88e9c208a84b9690e78488deeada05c5e6c8e37c55c92b81
|
|
MD5 |
7df41e740d16a61b7e4a5ba1dbe56272
|
|
BLAKE2b-256 |
babf7d9224f9d7f94df62199bf825d44e2e686bb1e1ed8f0530ac54f11b9e923
|
File details
Details for the file py_clubhouse-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: py_clubhouse-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.7.7 Darwin/19.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
cacddcaa3d4a3038c5b437f17ef9d523a375060ee80b7de123c06b15dd432312
|
|
MD5 |
c7277bc75048bdcf517f1476c2d9e4a0
|
|
BLAKE2b-256 |
6300a8082241b951a372cd79e506cb03606c8337456a83c6d051dc8c2821fc74
|