Client for the Clubhouse API
Project description
clubhouse-client
Python client for Clubhouse
Installation
The package is available on pypi and can be installed like any other packages.
$ pip install clubhouse
Usage
Refer to Clubhouse API Docs for more information.
from clubhouse import ClubhouseClient
clubhouse = ClubhouseClient('your api key')
story = {'name': 'A new story', 'description': 'Do something!'}
clubhouse.post('stories', json=story)
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
clubhouse-0.3.0.tar.gz
(6.1 kB
view hashes)
Built Distribution
Close
Hashes for clubhouse-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e242395b7dfb812dd230de52df223bd7a50ae9da37705c4524f84f15155c66ea |
|
MD5 | 6f7200c30a81b6ed5337b73c84e10922 |
|
BLAKE2b-256 | ec09957351ff2162dfcf7d3b78c03e132d3fb3b953e9896d1ad9b19a6b44ec6f |