Crappy API for fetching Overwatch Stats
Original and core code from https://github.com/SunDwarf/OWAPI
I wrote my own version in Python 2.7 so I could run it on Windows and make some of my own changes, i've got no idea what i'm doing.
API hosts it's own docs on /
This API returns both QuickPlay and Competitive Stats (if any) in the one request and the same goes for the heroes.
This is written using Python 2.7 and only has 3 dependencies, Flask, lxml and requests
pip install -r requirements.txt
python main.py
- I dunno
I host using Google App Engine, it's free and you can directly upload the src just remove the following code from main.py
if __name__ == '__main__':
app.run(debug=True, host='localhost')