Warcraft API
Project description
BlizzardWarcraftAPI
BlizzardWarcraftAPI is a Python library designed to interact with the official World of Warcraft API provided by Blizzard. Although it is still a work in progress, active development is underway. It's important to note that this library is not an official Blizzard product, but rather the result of an independent developer's efforts.
BlizzardWarcraftAPI aims to provide a convenient and user-friendly interface for developers to access and utilize the wealth of data available through the World of Warcraft API. With this library, you can retrieve information about characters, items, quests, guilds, and more. It abstracts away the complexities of making API requests and handling responses, allowing developers to focus on building their applications or tools.
By leveraging Blizzard's official API, BlizzardWarcraftAPI ensures that the data obtained is accurate and up-to-date. As the library continues to evolve, additional features and enhancements will be added to expand its capabilities and improve its usability. Developers interested in utilizing the vast resources offered by the World of Warcraft API will find BlizzardWarcraftAPI to be a valuable tool in their projects.
Installing
Install and update using pip:
pip install BlizzardWarcraftAPI
A Simple Example
from BlizzardWarcraftAPI import BlizzardWarcraftAPI, BlizzardAuthToken
token = BlizzardAuthToken("ClientID", "ClientSecret").get()
warcraft = BlizzardWarcraftAPI(token, region, locale)
warcraft.get_AchievementCategoriesIndex()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for BlizzardWarcraftAPI-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e30ffced21bb01e14d25458a4d8cba22ea9545e7bc50cfb82a38a845a1dc42bd |
|
MD5 | a1bf215db58b123f29b9ba87467389ce |
|
BLAKE2b-256 | 0c7ee9b3bf361c0b5db215b181da0ec7a187adaa6da73819c3b7ea38d732f6c1 |
Hashes for BlizzardWarcraftAPI-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 780c7f008904e7ca3d47b6e55132880914dc8f9bb514f8ae025cb809e9819a88 |
|
MD5 | bb965f850800d7c87d5692bd80ed1c6c |
|
BLAKE2b-256 | a4fb20a26f6575e9e7539ddcf4419ff84bb1075d21ba47634e37e6b75b820f0f |