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.
The project will be available via pip once most of the features are implemented. At this time, please download the files as-is.
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.
This project is licensed under the MIT License - see the LICENSE.txt file for details
- PurpleBooth for creating this amazing README template