![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
.. image:: https://img.shields.io/pypi/v/aiowowapi.svg :target: https://pypi.python.org/pypi/aiowowapi :alt: PyPI version info .. image:: https://img.shields.io/pypi/pyversions/aiowowapi.svg :target: https://pypi.python.org/pypi/aiowowapi :alt: PyPI supported Python versions .. image:: https://github.com/Adalyia/aiowowapi/actions/workflows/tests.yml/badge.svg :target: https://github.com/Adalyia/aiowowapi/actions/workflows/tests.yml :alt: Test Status .. image:: https://readthedocs.org/projects/aiowowapi/badge/?version=latest :target: https://aiowowapi.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
Warning: I have personally stopped playing World of Warcraft, if you'd like to take over maintenance of the project or see any issues you can create an issue on GitHub and I promise I'll look into it ASAP.
An asynchronous client library for interacting with the World of Warcraft API endpoints using the async
/ await
syntax.
.. code:: sh
# Linux/OSX
python3 -m pip install -U aiowowapi
# Windows
python -m pip install -U aiowowapi
aiohttp <https://docs.aiohttp.org/en/stable/>
_.. code-block:: python
from aiowowapi import WowApi
async def main():
async with WowApi('<ID>','<SECRET>', 'us', request_debugging=True) as Client:
print(await Client.Retail.Profile.get_character_profile_status('illidan', 'adalyia'))
aiowowapi's Documentation <https://aiowowapi.readthedocs.io/en/latest/>
_Blizzard's API Documentation <https://develop.battle.net/documentation>
_Register a Blizzard API Client <https://develop.battle.net/access/clients>
_Blizzard's API Forums <https://us.forums.blizzard.com/en/blizzard/c/api-discussion/18>
_This project is not affiliated with or endorsed by Blizzard Entertainment <https://www.blizzard.com/>
_ & all data is retrieved from official Blizzard / World of Warcraft APIs. Terms found here <https://www.blizzard.com/en-us/legal/a2989b50-5f16-43b1-abec-2ae17cc09dd6/blizzard-developer-api-terms-of-use>
. Additionally this project was created primarily for use with Discord Bots & other async applications with inspiration from this project <https://github.com/lockwooddev/python-wowapi>
by lockwooddev <https://github.com/lockwooddev/>
_.
FAQs
An asynchronous Python wrapper for the World of Warcraft APIs.
We found that aiowowapi demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.