This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Script was produced by Dsetzer original can be found at https://gist.github.com/dsetzer | |
//In the script panel in Bustabit create a new script. Copy the script below and paste it in to the script window on bustabit. | |
//Please note this version will only give you past results and not future results. | |
//The script has a save to file option, but this has never worked for me. | |
var config = { | |
span: { label: 'Previous Games', type: 'number', value: '100' }, | |
outh: { label: 'Include Hashes', type: 'checkbox', value: false }, | |
ocsv: { label: 'Download CSV', type: 'checkbox', value: true} | |
}; |