jonghwanhyeon / overwatch-stats

A Python library to query a player's overwatch stats from Battle.net
MIT License
12 stars 2 forks source link

Overwatch Stats

A Python library to query a player's overwatch stats from Battle.net

Requirements

Installation

pip install overwatch-stats

Usage

import overwatch.stats
stats = overwatch.stats.query('pc', '현종환#3104')

API

overwatch.stats.query(platform, battle_tag)

Queries a player's stats from the Battle.net.

Parameters