Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 549 Bytes

README.rst

File metadata and controls

35 lines (21 loc) · 549 Bytes

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