Skip to content

hamax/python-hookboxclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-hookboxclient

python-hookboxclient is a Python Hookbox client library.

Usage

See the examples.

API reference

It's very similar to the javascript library (http://hookbox.org/docs/javascript.html) - functions have the same names and parameters

HookboxClient(host = 'localhost', port = 8001, cookie_string = '', onOpen = None, onError = None, onSubscribed = None)

Returns a HookboxClient connected to a remote host. In order to allow communication over this socket, asyncore.loop() must be called by the client. See example.py

HookboxClient.subscribe(channel)

Subscribes to the channel.

About

Hookbox client for python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages