Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1007 Bytes

File metadata and controls

37 lines (21 loc) · 1007 Bytes

WoW API Client

A simple work-in-progress Python app for accessing various API data of Blizzard's World of Warcraft game. The complete list of available functions will be provided once the project reaches its pip deployment status.

Getting Started

The project will be available via pip once most of the features are implemented. At this time, please download the files as-is.

Prerequisites

This project uses:

Python 3.7

as well as following packages:

requests

The end user will also need to obtain a valid Blizzard API client ID and client secret to connect. Please refer to official Blizzard's API documentation for more information.

Authors

License

This project is licensed under the MIT License - see the LICENSE.txt file for details

Acknowledgements

  • PurpleBooth for creating this amazing README template