Metadata-Version: 2.1
Name: leaguedaily
Version: 0.1.0
Summary: League of Legends Esports results from your terminal!
Author: Hieu Vuong
Author-email: tvuong5@dons.usfca.edu
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: certifi (==2022.12.7)
Requires-Dist: charset-normalizer (==3.1.0)
Requires-Dist: click (==8.1.3)
Requires-Dist: colorama (==0.4.6)
Requires-Dist: commonmark (==0.9.1)
Requires-Dist: idna (==3.4)
Requires-Dist: mwclient (==0.10.1)
Requires-Dist: oauthlib (==3.2.2)
Requires-Dist: pygments (==2.14.0)
Requires-Dist: pytz (==2022.7.1)
Requires-Dist: pytz-deprecation-shim (==0.1.0.post0)
Requires-Dist: requests (==2.28.2)
Requires-Dist: requests-oauthlib (==1.3.1)
Requires-Dist: rich (==12.6.0)
Requires-Dist: shellingham (==1.5.0.post1)
Requires-Dist: six (==1.16.0)
Requires-Dist: typer (==0.7.0)
Requires-Dist: tzdata (==2022.7)
Requires-Dist: tzlocal (==4.2)
Requires-Dist: urllib3 (==1.26.15)
Description-Content-Type: text/markdown

# LeagueDaily

Daily Leauge of Legends Esports update straight from the terminal!

# Usage

python3 main.py

--> Simply update on all matches happening today.

python3 main.py --league LCS

--> Update on all matches happening in the given league

python3 main.py --team 100T Team Liquid

--> Update on results of 100 Thieves and Team Liquid


Options:
    --team: List of teams to update.
    --league: List of leagues to update.

