Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Python Overbuff / Overwatch API

Usage:

Save overbuff.py in the same directory and then import it

import overbuff

Functions

listHeroes()
listStats(battletag, hero)
getStat(battletag, stat, hero)
getHighestStat(battletag, stat)
getHeroRanking(battletag, hero, comp=False)
compareStats(battletag1, battletag2, stat, hero)
getLevel(battletag)
getSR(battletag)

Here's an example:

print(getSR('User#1234'))
>>> 2700