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
- Host: GitHub
- URL: https://github.com/nzagorsky/bnet
- Owner: nzagorsky
- License: mit
- Created: 2017-12-29T23:39:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-07T14:50:26.000Z (almost 7 years ago)
- Last Synced: 2025-09-07T07:59:05.205Z (9 months ago)
- Topics: battle-net, diablo, python, sc2, wow
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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