An asynchronous wrapper for ow-api.com using aiohttp
Project description
pyowapi
pyowapi
is an asynchronous wrapper around an official Overwatch api (https://ow-api.com) using aiohttp.
Example usage
# Import asyncio and pyowapi
import pyowapi
# For a single player
player = pyowapi.get_player("Jayne#1447")
print(player.actual_level)
print(player.private)
print(player.competitive_tank)
# For multiple players
player_list = ["Jayne#1447", "Krusher#9999"]
players = pyowapi.get_bulk_players(player_list)
for single_player in players:
print(player.actual_level)
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size pyowapi-0.0.5-py3-none-any.whl (3.8 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size pyowapi-0.0.5.tar.gz (2.6 kB) | File type Source | Python version None | Upload date | Hashes View |