GitXplorerGitXplorer
j

FantasyLCS-Python-API

public
2 stars
1 forks
1 issues

Commits

List of commits on branch master.
Verified
d53fdfbcbd5dc9b9d311cae39c4810a4d8f69119

Update README.md

jjohnsabath committed 7 years ago
Unverified
ff6c23bd35d0ea14859a791eb5d6ae4733d02802

Added example for match recaps

jjohnsabath committed 9 years ago
Unverified
f156579647c2834de8950f0c0e3646529fb6a92a

Players, teams, and matches, can be fetched by ID

jjohnsabath committed 9 years ago
Unverified
72d659d606e57bdf3b5f3ca3e23745212ff0e8ee

Update README.md

jjohnsabath committed 9 years ago
Unverified
a5a602ef5638bfcf97554aada4b6290c614bb881

Update README.md

jjohnsabath committed 9 years ago
Unverified
49994d83e8834a0967b25a210200fd1922de635e

Create README.md

jjohnsabath committed 9 years ago

README

The README file for this repository.

FantasyLCS-Python-API

NOTICE: The API used by this project is no longer available.

Purpose

To enable the development of new tools and applications in the FantasyLCS community.

It also served as the core of LoLFantasyBot a Reddit bot that posted fantasy breakdowns at the end of each LCS match.

Python Dependencies

  • Requests
  • Arrow
  • Tabulate (for examples)

Examples

Match Schedule

Week    Date              Blue Team             Red Team              Completed
------  ----------------  --------------------  --------------------  -----------
Week 1  Jan 14, 11:00 AM  Origen                Fnatic                Y
Week 1  Jan 14, 12:00 PM  G2 Esports            Elements              Y
Week 1  Jan 14, 1:00 PM   Giants                H2K                   Y
Week 1  Jan 14, 2:00 PM   Unicorns of Love      Splyce                Y
Week 1  Jan 14, 3:00 PM   ROCCAT                Vitality              Y
Week 1  Jan 15, 11:00 AM  Unicorns of Love      Giants                Y
Week 1  Jan 15, 12:00 PM  Elements              Splyce                Y
Week 1  Jan 15, 1:00 PM   Fnatic                Vitality              Y
Week 1  Jan 15, 2:00 PM   Origen                H2K                   Y
Week 1  Jan 15, 3:00 PM   ROCCAT                G2 Esports            Y
Week 1  Jan 16, 2:00 PM   Counter Logic Gaming  TSM                   N
Week 1  Jan 16, 3:00 PM   Immortals             Cloud9                N
...

Player Stats Table

Name            Matches Played    K    D    A    CS    2x    3x    4x    5x    10+ K/A
------------  ----------------  ---  ---  ---  ----  ----  ----  ----  ----  ---------
Adrian                       0    0    0    0     0     0     0     0     0          0
Adryh                        2    4    3    4   526     0     0     0     0          0
Airwaks                      2    4    4    7   297     0     0     0     0          0
Alex Ich                     0    0    0    0     0     0     0     0     0          0
Altec                        0    0    0    0     0     0     0     0     0          0
Amazing                      2    2    7    9   219     0     0     0     0          0
aphromoo                     0    0    0    0     0     0     0     0     0          0
Apollo                       0    0    0    0     0     0     0     0     0          0
Atom                         2    2    6    6   420     0     0     0     0          0
Balls                        0    0    0    0     0     0     0     0     0          0
beibei                       0    0    0    0     0     0     0     0     0          0
BetongJocke                  0    0    0    0     0     0     0     0     0          0
Betsy                        2    5    3    6   478     0     0     0     0          0
Big                          0    0    0    0     0     0     0     0     0          0
...

Team Stats Table

Name                    Matches Played    W    L    Secs Played    1st B    Tw    Dr    Ba    <30m W
--------------------  ----------------  ---  ---  -------------  -------  ----  ----  ----  --------
Cloud9                               0    0    0              0        0     0     0     0         0
Counter Logic Gaming                 0    0    0              0        0     0     0     0         0
Echo Fox                             0    0    0              0        0     0     0     0         0
Elements                             2    1    1           3464        2    10     3     1         0
Fnatic                               2    1    1           3815        0    13     3     1         0
G2 Esports                           2    2    0           3004        0    20     3     2         2
Giants                               2    0    2           3831        1     6     1     0         0
H2K                                  2    2    0           3242        1    20     2     2         2
Immortals                            0    0    0              0        0     0     0     0         0
Liquid                               0    0    0              0        0     0     0     0         0
NRG Esports                          0    0    0              0        0     0     0     0         0
Origen                               2    0    2           3859        1     2     3     0         0
Renegades                            0    0    0              0        0     0     0     0         0
ROCCAT                               2    1    1           3546        2    15     3     1         0
Splyce                               2    0    2           3515        0     7     0     0         0
Team Dignitas                        0    0    0              0        0     0     0     0         0
Team Impulse                         0    0    0              0        0     0     0     0         0
TSM                                  0    0    0              0        0     0     0     0         0
Unicorns of Love                     2    2    0           3907        2    20     5     3         1
Vitality                             2    1    1           3765        1    15     4     1         1