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
- Host: GitHub
- URL: https://github.com/patillacode/tilt-o-meter
- Owner: patillacode
- Created: 2016-05-12T14:40:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T00:38:33.000Z (over 4 years ago)
- Last Synced: 2024-12-29T22:31:25.836Z (10 months ago)
- Topics: league, legend, lol, lol-player-level, riot-games, tilt
- Language: Python
- Homepage:
- Size: 3 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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._