Skip to content

Commit

Permalink
Patch 20200806
Browse files Browse the repository at this point in the history
Add liquipedia.py
Update main.py
+ Add command summon
+ Add next match information to nice, rex, and has
+ Add command has, hui, and sobad
+ Update dependency
  • Loading branch information
penut85420 committed Aug 6, 2020
1 parent a527026 commit 943f58c
Show file tree
Hide file tree
Showing 6 changed files with 256 additions and 79 deletions.
4 changes: 4 additions & 0 deletions Pipfile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ google-auth-httplib2 = "==0.0.3"
google-auth-oauthlib = "==0.4.1"
twitchio = "==1.1.0"
loguru = "*"
pandas = "*"
beautifulsoup4 = "*"
requests = "*"
html5lib = "*"

[require]
python=3.7
212 changes: 153 additions & 59 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 943f58c

Please sign in to comment.