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

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

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
```