Skip to content

allardbrain/clubhouse-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shortcut-client

Python client for Shortcut

Installation

The package is available on pypi and can be installed like any other packages.

$ pip install shortcut # not currently published on pypi

Usage

Refer to Shortcut API Docs for more information.

from shortcut import ShortcutClient

shortcut = ShortcutClient('your api key')

story = {'name': 'A new story', 'description': 'Do something!'}
shortcut.post('stories', json=story)

About

Python client for Clubhouse

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages