All Projects → codeezer → livescore-cli

codeezer / livescore-cli

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

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to livescore-cli

espana
Free open public domain football data (football.db) for España (Spain) / Europe - Primera División / La Liga, etc.
Stars: ✭ 64 (+1.59%)
Mutual labels:  football, laliga
sportyR
R package for drawing regulation playing surfaces for several sports
Stars: ✭ 84 (+33.33%)
Mutual labels:  football
Espn Fantasy Football Api
Connect to ESPN's fantasy football API via this JS API client for web and NodeJS. Available as an npm package.
Stars: ✭ 188 (+198.41%)
Mutual labels:  football
kickoff
Open Kick-Off is a fun rewriting attempt of the cult football game Kick Off 2 designed by Dino Dini and released in 1990 by Anco for the Atari ST and the Commodore Amiga. It is written in Java with the help of libGDX.
Stars: ✭ 32 (-49.21%)
Mutual labels:  football
Espnff
ESPN Fantasy Football API
Stars: ✭ 210 (+233.33%)
Mutual labels:  football
worldcup
Free open public domain football data for the World Cup (incl. Qatar 2022, Russia 2018, Brazil 2014, etc.) and World Cup Quali(fiers)
Stars: ✭ 530 (+741.27%)
Mutual labels:  football
Espn Api
ESPN Fantasy API! (Football, Basketball)
Stars: ✭ 155 (+146.03%)
Mutual labels:  football
fantasy-premier-league
Fantasy Premier League Stats, Visualizations & Analysis. ⚽ 📊 📈
Stars: ✭ 31 (-50.79%)
Mutual labels:  football
quebec-power-grid-talk
🎭 Quebec's 735kv power lines can survive the apocalypse, but can they run TCP?!
Stars: ✭ 31 (-50.79%)
Mutual labels:  bpl
ARGoal
Get more goals. | Virtual Goals & Goal Distance | App Doctor Hu
Stars: ✭ 14 (-77.78%)
Mutual labels:  football
transfermarkt-datasets
⚽️ Extract, prepare and publish Transfermarkt datasets.
Stars: ✭ 60 (-4.76%)
Mutual labels:  football
Awesome Soccer Analytics
⚽️📈 A curated list of awesome resources related to Soccer Analytics.
Stars: ✭ 244 (+287.3%)
Mutual labels:  football
football-peek
[JavaScript - NodeJS] Application to access football scores
Stars: ✭ 14 (-77.78%)
Mutual labels:  football
Sport.db
sport.db - open sports database (e.g. football.db, formula1.db etc.) command line tool and libraries
Stars: ✭ 202 (+220.63%)
Mutual labels:  football
faq
DIY (Do-It-Yourself) - Yes, You Can! Design Your Own Punk (Pixel) Characters / Heads+Bodies using the Punk (Building) Blocks in the 24×24px (or 32×32px or 40×40px ) Formats And Much More
Stars: ✭ 15 (-76.19%)
Mutual labels:  football
Fpl
An asynchronous Python wrapper for the Fantasy Premier League API.
Stars: ✭ 169 (+168.25%)
Mutual labels:  football
epl-ranktable-prediction
Prediction of Premier league standings using Poisson distribution
Stars: ✭ 16 (-74.6%)
Mutual labels:  football
fplscrapR
This package enables those interested in Fantasy Premier League to perform detailed data analysis of the game, using the FPL's JSON API. The fplscrapR functions help R users collect and parse data from the Official Fantasy Premier League website.
Stars: ✭ 64 (+1.59%)
Mutual labels:  football
sports.py
A simple Python package to gather live sports scores
Stars: ✭ 51 (-19.05%)
Mutual labels:  football
Football-Analytics-With-Python
A repository for football analytics
Stars: ✭ 28 (-55.56%)
Mutual labels:  football

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: [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].