Forum: Ruby football.db - Free Open Football Fixtures & More (Championsleague, Bundesliga, World Cup Quali etc.)

Posted by Gerald Bauer (Guest)
on 2013-03-10 22:49
(Received via mailing list)
Hello,

  I've extracted all football fixtures from the sport.db into its own
database, that is, football.db[1]. Use the sportdb Ruby gem[2] to
setup your database e.g.

    sportdb setup --include ../football.db --worldinclude ../world.db

 or use the sportdb ActiveRecord models e.g.

    >> euro12 = Event.find_by_key( 'euro.2012' )
    >> euro12.teams
    >> euro12.games
    ...
    >> manu = Team.find_by_key( 'manunited' )
    >> manu.games
    >> manu.events
    ...

 Events include the Champions League 2012/13[3], World Cup Quali[4],
Bundesliga[5], and others. Add yours. Cheers.

PS: Note, all football fixtures are now plain text (and, thus,
reuseable in any programming language).

[1] https://github.com/geraldb/football.db
[2]https://rubygems.org/gems/sportdb
[3] http://sportdbdemo.herokuapp.com/cl.2012_13
[4] http://sportdbdemo.herokuapp.com/world.quali.europe.2014
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.