Code Monkey home page Code Monkey logo

Comments (3)

architv avatar architv commented on June 29, 2024

Hi @cirrusUK!

The current API which powers soccer-cli doesn't support Scottish League. Let me see if I can get the data from somewhere else. Meanwhile, do you know any source from where we could get fixture results for Scottish League?

I will surely add Scottish League as soon as I manage to get the data.

from soccer-cli.

cirrusUK avatar cirrusUK commented on June 29, 2024

Thanks @architv
I have been using below bash function to get scores and you can find Scottish fixtures/results here http://www.livescore.com/soccer/scotland/ i hope you will be able to do something with it, on another note i have soccer-cli installed on 3x archlinux installs i installed as root using " /usr/bin/python2 setup.py install " yet the --league and --team switches do not work, is this a bug or maybe it's down to archlinux and it's bleeding edge packages, anyways it's no big deal, i get the results from EPL by using this shell alias ..
#shell alias
alias epl=" soccer --time=10 | sed -n '/EPL/,/LLIGA/p' | sed '$d' "
#shell function
#List Realtime Soccer Results | Usage: score
score() {
watch -n10 --no-title "w3m http://www.livescore.com/ |awk '/live [0-9H]+[^ ]/,/red cards/'" ;
}
i found this which has API which is a paid service tho it apparently gives the scots league free http://www.xmlsoccer.com/
Thanks

from soccer-cli.

Saturn avatar Saturn commented on June 29, 2024

The Scottish leagues and cup competitions are now supported by the new version of the API however they are not part of the free tier.

from soccer-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.