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 = {'name': 'A new story', 'description': 'Do something!'}
clubhouse.post('stories', json=story)
TODO
- 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.0.tar.gz
(2.6 kB
view details)
Built Distribution
File details
Details for the file py-clubhouse-0.1.0.tar.gz
.
File metadata
- Download URL: py-clubhouse-0.1.0.tar.gz
- Upload date:
- Size: 2.6 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 |
9d014d4dfdac491f84280929bf7e70460a7fc26afd42fbd6207c2e2d6370ad9e
|
|
MD5 |
4d2491ab9b6e5d41b2e03282cef212c1
|
|
BLAKE2b-256 |
e56995e20f807f17f057aed8a6e4b0cf5a0f4e07c7f8f9b036744960760d32ed
|
File details
Details for the file py_clubhouse-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: py_clubhouse-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 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 |
3ab4aacaa7abfb6d9300dea6aa49b93b755da4f5c97b16a21e293d295d446b73
|
|
MD5 |
0eef63a6405c12c5967d7f56fadd7ca4
|
|
BLAKE2b-256 |
c90075a64ed10b9e295825d13215ea05b2f53931b9a4a94b39e42beba3115cb2
|