Skip to content

nzagorsky/bnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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