Skip to content

lockwooddev/python-wowapi

 
 

Repository files navigation

python-wowapi

Build Status

Python-wowapi is a client library for interacting with the World of Warcraft Community API.

Documentation about installing and usage can be found at python-wowapi.readthedocs.org

Installing

pip install python-wowapi

Usage

import os

from wowapi import WowApi


api = WowApi(os.environ['WOW_CLIENT_ID'], os.environ['WOW_CLIENT_SECRET'])
data = api.get_auctions('eu', 'silvermoon', locale='de_DE')
print(data)

Development & Testing

pip install -e .
pip install -e .[tests]
py.test

About

A client library for interacting with the World of Warcraft Community, Game Data and Profile API's

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages