Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

py_clubhouse-0.1.0-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

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