Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giacomolaw/leaguestatistics
Statistics for a specific player on League of Legends
https://github.com/giacomolaw/leaguestatistics
league-of-legends leagueoflegends statistics
Last synced: 2 months ago
JSON representation
Statistics for a specific player on League of Legends
- Host: GitHub
- URL: https://github.com/giacomolaw/leaguestatistics
- Owner: GiacomoLaw
- License: gpl-3.0
- Created: 2018-12-21T19:06:38.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-09T09:43:22.000Z (7 months ago)
- Last Synced: 2024-07-09T12:25:30.805Z (7 months ago)
- Topics: league-of-legends, leagueoflegends, statistics
- Language: Python
- Homepage:
- Size: 231 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/GiacomoLaw/leaguestatistics.svg?branch=master)](https://travis-ci.com/GiacomoLaw/leaguestatistics) [![](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/download/releases/3.8.0/)
# League StatisticsStatistics for a specific player on LoL
## Usage
**Outdated - will be updated after various aspects have been added**
Install [Riot Watcher](https://github.com/pseudonym117/Riot-Watcher) via PIP: `pip install riotwatcher`
Place your API key from Riot in `apisettings.py`. You can get it [here](https://developer.riotgames.com/).
Run `main.py`, and type in the summoner name you want. Stats for rank solo are gathered by default, more options will be added at a later date.
Make sure that the server is correct (na1 for North America). Options to choose your server will be added at a later date.
**Do not leave spaces in the summoner name, otherwise the script will glitch.**