Simple lib to work with quickblox api
Write according Quickblox documentation http://quickblox.com/developers/Overview
Download source code and run command:
$ sudo python setup.py install
import QuickBlox
client = QuickBlox.Client(APP_ID, AUTH_KEY, AUTH_SECRET, API_URL)
session = client.create_session()
And have fun
Inspired by many other sdks