Python wrapper for ws.pusherapp.com
This is simple implementation pusherapp.com API on python.
Feel free to make changes or test it.
1, Regular installation
$ pip install pypusherapp
-
Also you can install from sources:
$ git clone https://github.com/estatic/PyPusher.git $ cd PyPusher $ python setup.py install
-
Good example for Cryptsy you can find in contrib folder.