An open API service indexing awesome lists of open source software.

https://github.com/patillacode/tilt-o-meter

Flask web app that shows the measurement of a LOL player's level of tilt
https://github.com/patillacode/tilt-o-meter

league legend lol lol-player-level riot-games tilt

Last synced: 8 months ago
JSON representation

Flask web app that shows the measurement of a LOL player's level of tilt

Awesome Lists containing this project

README

          

# tilt-o-meter
Small web app that shows the measurement of a LOL's player level of tilt.

Python 3.8 and beyond.

### Install

```bash
git clone git@github.com:patillacode/tilt-o-meter.git
cd tilt-o-meter
make install
```
Remember to set [Riot's API Key](https://developer.riotgames.com/) in `flaskr/secrets.py`

### Run
`make serve`

### Use
Just go to: `http://127.0.0.1:5000/` in your browser.

### Demo
[Live Demo](http://tiltometer.patilla.es)

---
### Attribution ###
I use [Flask](https://github.com/pallets/flask) as a python web framework - Thanks to [pallets](https://github.com/pallets/) and all who collaborated.

I use [RiotWatcher](https://github.com/pseudonym117/Riot-Watcher) as a python wrapper for [Riot's API](developer.riotgames.com) - Thanks to [pseudonym117](https://github.com/pseudonym117) and all who collaborated.

---

_Tilt-o-meter isn't endorsed by Riot Games and doesn't reflect the views or opinions of Riot Games or anyone officially involved in producing or managing League of Legends. League of Legends and Riot Games are trademarks or registered trademarks of Riot Games, Inc. League of Legends © Riot Games, Inc._