Moderator: 2020vision
by greenfingers » Wed Aug 11, 2010 2:16 pm
by greenfingers » Wed Aug 11, 2010 6:07 pm
by alrodopial » Wed Aug 11, 2010 6:29 pm
by alrodopial » Wed Aug 11, 2010 6:47 pm
by greenfingers » Wed Aug 11, 2010 6:56 pm
by Steve Voltage » Wed Aug 11, 2010 10:12 pm
alrodopial wrote:Sorry I forgot it.
It's a daily excel file with info about the races.
Today's info:
http://uk-betting-tips.co.uk/attachment ... 1281520955
But you need something else , the code for extracting the info.
Anyone has any idea what's the easiest source for scraping this info?
by alrodopial » Wed Aug 11, 2010 10:33 pm
by Steve Voltage » Thu Aug 12, 2010 5:58 am
alrodopial wrote:Sorry guys, here it is , for 11 Aug
http://www.filefactory.com/file/b2f889b ... 100811.zip
by alrodopial » Sat Aug 14, 2010 9:05 am
by greenfingers » Thu Aug 19, 2010 2:40 pm
by greenfingers » Wed Jun 27, 2012 11:38 am
by alrodopial » Thu Jun 28, 2012 6:35 am
Sub GetINFO()
Set wsTemp = Sheets("temp")
Set wsNames = Sheets("Names")
' Delete old data
Set myQTs = wsTemp.QueryTables
If myQTs.Count >= 1 Then
For Each qt In myQTs
qt.Delete
Next
End If
wsTemp.Rows("1:10000").ClearContents
' SL url with race's info
SLracesURL = "URL;" & "http://horses.sportinglife.com/Meetings/"
' Download SL race's info in sheet temp
Set SLracesPAGE = wsTemp.QueryTables _
.Add(Connection:=SLracesURL, _
Destination:=wsTemp.Cells(1, 1))
With SLracesPAGE
.WebSelectionType = xlEntirePage
.WebFormatting = xlWebFormattingNone
'.WebSelectionType = xlSpecifiedTables
'.WebTables = "6"
.WebDisableDateRecognition = True
.Refresh BackgroundQuery:=False
End With
'Call GetINFO1
End Sub
by greenfingers » Thu Jun 28, 2012 9:57 am
The strength of Gruss Software is that it’s been designed by one of you, a frustrated sports punter, and then developed by listening to dozens of like-minded enthusiasts.
Gruss is owned and run by brothers Gary and Mark Russell. Gary discovered Betfair in 2004 and soon realised that using bespoke software to place bets was much more efficient than merely placing them through the website.
Gary built his own software and then enhanced its features after trialling it through other Betfair users and reacting to their improvement ideas, something that still happens today.
He started making a small monthly charge so he could work on it full-time and then recruited Mark to help develop the products and Gruss Software was born.
We think it’s the best of its kind and so do a lot of our customers. But you can never stand still in this game and we’ll continue to improve the software if any more great ideas emerge.