• 1
  • 12
  • 13
  • 14(current)
  • 15
  • 16
  • 23
Req Sports scraper
In case you want to have a bit of fun, released a "test" version to help you out filling the database.

http://forum.kodi.tv/showthread.php?tid=216044

Cheers
Reply
I'll have a think about setting up a framework for a "master" live score notification service e.g. something like "service.sports.livescores".

Would be good to have a base that can be used for all sports and that can be replicated as new sports are added to thesportsdb,
BBC Live Football Scores: Football scores notifications service.
script.squeezeinfo: shows what's playing on your Logitech Media Server
Reply
Sorry its gone all quiet recently, i've been learning GIMP and a bit of logo design Smile

Heres the results, some nice new transparent PNG images.

Image
Reply
Nicely done. I added a few to soccer as well but some clearart is shitty and my capabilities are too small. I need to learn it the hard way and watch the videos you posted. Turkish superliga for instance is too shitty. Polish league, Jupiler league and serie A (clearart view) look good Smile
Reply
Something I was wondering, do you think RSS news feeds for leagues is a viable idea? It would be cool to have a view for league news.

My idea is something like having an rss url entry similar to the plot (different languages) where users could fill an rss feed url depending on language. However I find a bit difficult to find rss feeds with the title, text, image or video.

Something like this (fifa 15):

Image

Example of an RSS feed url:

http://www.football365.com/premier-league/rss

This site even has rss feeds for all premier league teams.

Looking at the source code the news title, the news image and the news summary can easily be grabbed. Big Grin

Example:

Title: No compromise on Cuadrado
News: Sky sources say Fiorentina will not sell Juan Cuadrado to Chelsea this month unless their full 35m euro asking price is met.
Thumb: http://images.football365.com/14/07/150x...0730123403

This thumb url can be easily manipulated to return the full image:

Image

So on the db should be a field for a RSS url. The addons do the rest Smile
This won't add any complexity to the database and give users some excuse to open the addon and browse to a league.
Reply
Yeh sure I can add that. Do you want it for the leagues or the teams as well?

I actually found those RSS feeds also while looking for scores feeds Wink

EDIT: Done for both!
Reply
I think both but I am still far from reaching teams (so teams can wait) Smile
Reply
Here's another top english resource. It doesn't seem to have an rss feed for leagues but it has for european clubs (la liga, italian, bundesliga). Even for motorsports and other competitions:

http://www.football.co.uk/rss/info/index...R8eyLyG.97
Reply
maybe you can use this rss source for football:

http://www.goal.com/es/feeds/news?fmt=rss&ICID=HP

PS: FIFA 15 rss is based on this one Wink
Kodi 19 + Arctic: Zephyr Reloaded
nVidia SHIELD 2017 + WD My Book
LG OLED65B8PLA + LG SP11RA 7.1.4
Reply
(2015-01-28, 19:18)Ovokx Wrote: maybe you can use this rss source for football:

http://www.goal.com/es/feeds/news?fmt=rss&ICID=HP

PS: FIFA 15 rss is based on this one Wink

Nice one. Here's the equivalent in english:

http://www.goal.com/en/feeds/news?fmt=rss&ICID=HP
Reply
exactly, one of the biggest feature of this site is the "multi-country" selection. You can select between 35 Smile
Kodi 19 + Arctic: Zephyr Reloaded
nVidia SHIELD 2017 + WD My Book
LG OLED65B8PLA + LG SP11RA 7.1.4
Reply
it looks good in Kodi Wink

Image
Reply
All next events related to Spanish Liga ACB has been included to the "Event additions" sheet
Kodi 19 + Arctic: Zephyr Reloaded
nVidia SHIELD 2017 + WD My Book
LG OLED65B8PLA + LG SP11RA 7.1.4
Reply
Thanks, will update this weekend
Reply
A bug I just found:

If you call: thesportsdb.Schedules().eventsnextleague(4406) -> Argentina League; and check the events there is a team there (arsenal de tulia) that is matched to Arsenal (uk):

Quote:{u'strAwayRedCards': None, u'idAwayTeam': u'135160', u'strAwayTeam': u'Estudiantes', u'dateEvent': u'2015-02-15', u'intAwayScore': None, u'intSpectators': None, u'intHomeScore': None, u'strRaceCountry': None, u'strEvent': u'Arsenal Estudiantes', u'intRound': None, u'strTVStation': None, u'idLeague': u'4406', u'strHomeRedCards': None, u'strAwayGoalDetails': None, u'strHomeYellowCards': None, u'strRaceCircuit': None, u'idSoccerXML': None, u'strHomeTeam': u'Arsenal', u'strDate': None, u'strHomeGoalDetails': None, u'intHomeShots': None, u'strSeason': u'2015', u'strSport': u'Soccer', u'intAwayShots': None, u'idEvent': u'450122', u'strAwayYellowCards': None, u'strLeague': u'Argentinian Primera Divisi\xf3n', u'strRaceLocality': None, u'idHomeTeam': u'133604'}

Team with ID 133604 is Arsenal UK: http://www.thesportsdb.com/api/v1/json/1...?id=133604

Cheers
Reply
  • 1
  • 12
  • 13
  • 14(current)
  • 15
  • 16
  • 23

Logout Mark Read Team Forum Stats Members Help
Sports scraper1