KgBC / just-dice-bot

Hi, this is a flexible betting bot for just-dice.com. Feel free to use it under GPL. If you want to donate some Beer/Satoshis: 1CDjWb7zupTfQihc6sMeDvPmUHkfeMhC83 Thanks. The ACES branch is considered stable, use this if you don't want to develop and do not need latest features: https://github.com/KgBC/just-dice-bot/tree/aces
GNU General Public License v2.0
18 stars 6 forks source link

Feature command line arguments to switch configurations, logfiles, simulating #37

Open KgBC opened 10 years ago

KgBC commented 10 years ago

I want a bunch of command line arguments, like:

--config martingale    #switch to a config called 'martingale'
--simulate 0    #simulate with even luck
--log bets-martingale     #log to bets-martingale.log, graph to bets-martingale.png

It should make it easier to try multiple settings in paralel (simulating 3 variants e.g., while running a live bet).

additions?