Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

19 Commits

Repository files navigation

chatkit-server-python

The Unofficial Python server SDK for Pusher Chatkit.

Installation

$ pip install pusher-chatkit-server

Usage

frompusher_chatkitimportPusherChatKitfrompusher_chatkit.backendsimportRequestsBackend, TornadoBackendchatkit=PusherChatKit(
'instance-locator',
'api-key',
RequestsBackendorTornadoBackend
)
# Requests Exampledata=chatkit.create_user(...)
print(data)
# Tornado Exampledata=awaitchatkit.create_user(...)
print(data)

Credits

This work is sponsored by LedgerX

About

Unofficial Python SDK for the Pusher ChatKit Server APIs

Resources

Stars

8 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages