https://github.com/pyro2927/leaguedegrees
How many degrees of separation between two League players
https://github.com/pyro2927/leaguedegrees
Last synced: 3 months ago
JSON representation
How many degrees of separation between two League players
- Host: GitHub
- URL: https://github.com/pyro2927/leaguedegrees
- Owner: pyro2927
- Created: 2019-10-02T02:09:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T02:42:41.000Z (almost 7 years ago)
- Last Synced: 2025-12-31T01:58:27.906Z (7 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Degrees of Separation
Python script that uses graph data models to determine how many degrees of separation exists between two League players.
## Setup
```bash
$ pip install -r requirements.txt
```
## Running
```bash
$ export RIOT_API_KEY=RGAPI-00000000-0000-0000-0000-000000000000
$ ./find.py
```