An open API service indexing awesome lists of open source software.

https://github.com/nzagorsky/bnet

Battle.net API wrapper for Python
https://github.com/nzagorsky/bnet

battle-net diablo python sc2 wow

Last synced: 6 months ago
JSON representation

Battle.net API wrapper for Python

Awesome Lists containing this project

README

          

Battle.net API wrapper for Python
=================================

Installation:
------

.. code-block:: sh

$ pip install bnet

Usage:
------

.. code-block:: python

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


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

Tests:
------

.. code-block:: sh

$ export BATTLE_NET_APIKEY=
$ make test