Skip to main content

Python wrapper for Overwatch API

Project description

OverwatchPy

A Python wrapper for https://overfast-api.tekrop.fr/

I wrote this very fast so it's not very good, but it works.

Please open a PR if you want to improve it or add more features.

Requirements

  • Python 3.11 (3.9+ should work)
  • Poetry

Installation

poetry install

Usage

from overwatchpy import Overwatch

search: Overwatch.player_search = Overwatch.player_search("twizy", "quickplay", "pc", "public")

for player in search:
    print(player.name)

client = Overwatch()

heros = client.heroes(role="tank")
for hero in heros:
  print(hero.name)

game_modes = client.gamemodes()
for game_mode in game_modes:
  print(game_mode.name)
  print(game_mode.description)

License

MIT

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

overwatchpy-0.0.4.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

overwatchpy-0.0.4-py3-none-any.whl (7.0 kB view hashes)

Uploaded Python 3

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