abdesslem / bmywp

Wrapper for the BmyBit API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bmywp

Bmywp is a wrapper for BmyBit Rest API. It can be used to interract with the API.

Install requirement

$ pip install -r requirements.txt

Install the latest bmywp package

pip install bmywp

Configure

You have to generate an API_KEY and API_SECRET from bmybit.com. Update the config.py file:

API_URL = https://bmybit.com/api/v1 API_KEY = API_SECRET =

About

Wrapper for the BmyBit API

License:GNU General Public License v3.0


Languages

Language:Python 100.0%