livescore-cli - enjoy football scores live right from the linux terminal.
1. BeautifulSoup (python-bs4)
2. Requests (python-requests)
git clone https://github.com/codeezer/livescore-cli.git
cd livescore-cli
./setup (unix)
livescore -t bpl
livescore-cli is a small commandline program to watch scores, tables and fixtures of football(soccer) from the commandline. It requires the python version 3. It uses the data from the website livescore.com and some other websites. It is essentially built for the busy people that are passionate about football.
1. Real Time Livescore
2. Game Time in Local Time
3. League Table with division
usage: livescore.py [-h] [-v] [-t] [-s] [-ts] LEAGUE [LEAGUE ...]
A simple livescore tool. Currently works only for the Limited Leagues.
positional arguments:
LEAGUE The league for which the details have to be displayed.
Allowed values are [bundesliga, ligue1, seriea, bpl,
portugal, laliga]. For multiple choices, separate each
league name by a space.
optional arguments:
-h, --help show this help message and exit
-v, --verbose Display verbose output
-t, --table Display the League Table
-s, --score Display the Score
-ts, --scorers Display the Top Scorers
Sample uses: python livescore.py -s bpl
python livescore.py -t laliga
For Comments and Suggestions: ezerames@gmail.com