Skip to content

nachouve/livescore-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

livescore-cli - enjoy football scores live right from the linux terminal.

Sample Run

DEPENDENCIES

1. BeautifulSoup (python-bs4)

2. Requests (python-requests)

INSTALLATION

git clone https://github.com/codeezer/livescore-cli.git

cd livescore-cli

./setup (linux)

./mac_setup (mac)

livescore -t bpl 

Description

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.

Features

    1. Real Time Livescore
    2. Game Time in Local Time 
    3. League Table with division
    4. Top Scorer of each League
    5. Live Soccer News

Soccer News *

alt tag

USAGE

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 --table bpl laliga
             python livescore.py -s bpl
             python livescore.py -t -s -ts bpl laliga seriea

UPCOMING FEATURES

    * Score with Scorers (v)
    * Player Booking Details (v)
    * Available Lineups (v)
    * Available Statistics (v)
    * Football History Details
    * Fantasy Points Viewer

For Comments and Suggestions: ezerames@gmail.com

About

commandline football (soccer) livescore and *news for linux/mac user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.0%
  • Shell 3.0%