How to get football scores
If you select 'live scores and updates' on the Betair website (found on the top menu ribbon once you select football from the main menu/homepage) it will load up live scores and you can configure it to the games you want/need and it will make a sound when a goal is scored etc.
Rob
Rob
-
- Posts: 24
- Joined: Fri Aug 06, 2010 7:31 pm
Googled and found this, but don't ask me anything about XML!
http://forums.digitalpoint.com/showthread.php?t=314899
http://forums.digitalpoint.com/showthread.php?t=314899
I'm sorry for not beinng clear ...
I'm looking to get results directly from the betfair site itself (what is displayed in green over the odds of the game)
I'm currently using another live score site but i have difficulty linking the scores to the game something which I could easily do if I could take the scores from the BETFAIR site ...
I'm looking to get results directly from the betfair site itself (what is displayed in green over the odds of the game)
I'm currently using another live score site but i have difficulty linking the scores to the game something which I could easily do if I could take the scores from the BETFAIR site ...
luck7, i too would like to get an answer to this; how can we get live match scores into the spreadsheet so that we can program the sheet to respond when goals are scored?
At the moment my simple sheet detects when the game is suspended but this doesn't differentiate between a home goal and an away goal and gets buggered with red cards!
Any ideas anyone?
At the moment my simple sheet detects when the game is suspended but this doesn't differentiate between a home goal and an away goal and gets buggered with red cards!
Any ideas anyone?
I found a solution ...
If someone is interested contact me via [email protected]
If someone is interested contact me via [email protected]
The only way I found you can sort of discern the score from betfair is if you connect to the api and get the correct score market odds. You can then deduce from the available odds what the score is. Check which runners in that market have odds of 1000 to back. Its not going to be any of those scores. Watch the correct score market during a match you will see what I mean.
I'm not sure if Guardian can connect to Excel. But if you could monitor the correct score market at the same time you could right some basic logic in VBA in Excel to deduce the score.
I'm not sure if Guardian can connect to Excel. But if you could monitor the correct score market at the same time you could right some basic logic in VBA in Excel to deduce the score.
I suppose it's possible ... With not much difficulty to do ...
But what happens if we say the result is 4-2 or 5-0??? So you need to transfer to the correct score 2 market (if it even opened )
My method is different ... Much more simple ...
For information: [email protected]
But what happens if we say the result is 4-2 or 5-0??? So you need to transfer to the correct score 2 market (if it even opened )
My method is different ... Much more simple ...
For information: [email protected]
Last edited by luck7 on Mon Sep 06, 2010 3:13 pm, edited 1 time in total.
I was after this same thing and after spending a stupid number of hours I finally got it sorted.
Via data scraping using VBA I have managed to link in all the live scores from Futbol24 into excel.
I can then add the relevant games into Guardian, and then trade based on the score, time of the match etc.
Via data scraping using VBA I have managed to link in all the live scores from Futbol24 into excel.
I can then add the relevant games into Guardian, and then trade based on the score, time of the match etc.