Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 315 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 315 Bytes

ByteballPy

ByteballPy is a small peace of software to connect to Byteball's SQLite database and retrieve data.

Prerequisites

Requires Python 2.7 or higher.

Usage

import byteball.py

and call the Api class

bb = byteball.Api()

The repository included file test.py shows usage examples.