The Unofficial Python server SDK for Pusher Chatkit.
$ pip install pusher-chatkit-serverfrompusher_chatkitimportPusherChatKitfrompusher_chatkit.backendsimportRequestsBackend, TornadoBackendchatkit=PusherChatKit(
'instance-locator',
'api-key',
RequestsBackendorTornadoBackend
)
# Requests Exampledata=chatkit.create_user(...)
print(data)
# Tornado Exampledata=awaitchatkit.create_user(...)
print(data)This work is sponsored by LedgerX