nzagorsky / bnet

Battle.net API wrapper for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Battle.net API wrapper for Python

Installation:

$ pip install bnet

Usage:

>>> from bnet.connection import BattleNetConnection
>>> connection = BattleNetConnection(apikey=<BATTLE_NET_APIKEY>)
>>> client = conn.client()
>>> client.get_auction_data(server)

Documentation:

https://dev.battle.net/io-docs

Tests:

$ export BATTLE_NET_APIKEY=<BATTLE_NET_APIKEY>
$ make test

About

Battle.net API wrapper for Python

License:MIT License


Languages

Language:Python 99.3%Language:Makefile 0.7%