Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 435 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 435 Bytes

quickblox-python-sdk

Simple lib to work with quickblox api

About

Write according Quickblox documentation http://quickblox.com/developers/Overview

Installation

Download source code and run command:

$ sudo python setup.py install

Usage

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