Skip to main content

Warcraft API

Project description

BlizzardWarcraftAPI

image

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

Get Access Token

from BlizzardWarcraftAPI import BlizzardAuthToken

token = BlizzardAuthToken("ClientID", "ClientSecret")
token.get()

Get Achievement Category & Character Hunter Pets Summary

from BlizzardWarcraftAPI import BlizzardWarcraftAPI

api = BlizzardWarcraftAPI("token", "region", "locale")

GameData = api.GameData()
Profile = api.Profile()

GameData.get_AchievementCategory(1)
Profile.get_CharacterHunterPetsSummary("ravencrest", "bicmex")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

blizzardwarcraftapi-0.2.7.2.tar.gz (9.8 kB view details)

Uploaded Source

Built Distribution

blizzardwarcraftapi-0.2.7.2-py3-none-any.whl (24.1 kB view details)

Uploaded Python 3

File details

Details for the file blizzardwarcraftapi-0.2.7.2.tar.gz.

File metadata

  • Download URL: blizzardwarcraftapi-0.2.7.2.tar.gz
  • Upload date:
  • Size: 9.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.9.19 Linux/6.5.0-1018-azure

File hashes

Hashes for blizzardwarcraftapi-0.2.7.2.tar.gz
Algorithm Hash digest
SHA256 4dcd17dcf1647b94b8fc220d02fce9196972c76a161f5a7243be0d8758a4218e
MD5 6c838bbdf838896f970160945d36fbd6
BLAKE2b-256 709904359536d21067fa1fd9c5588780beed8300d4ce6cd539defd63d9e0a65e

See more details on using hashes here.

File details

Details for the file blizzardwarcraftapi-0.2.7.2-py3-none-any.whl.

File metadata

File hashes

Hashes for blizzardwarcraftapi-0.2.7.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f552e26d4e5bae9ed1925a406231eb6cce4f527b272cc00416e475c00f19c4e7
MD5 3336a5c9e076485cd873e4be5e8d763d
BLAKE2b-256 aab963882f394d60d80376cccd223db9e5595e267dd2eaca255b5a5ce85cd0cf

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page