Closed tmb5cg closed 3 years ago
Add msgbox if player enters futbin player that has multiple versions alerting that this is not tested/recommended
Edit: Added
Add check box for number of bids to make on each player, default to 'auto detect'
add user variables inside of any often called methods, same logic as getNumCoins_and_update_uservar() method
Pull latest version from GitHub button (wondering if this is even possible)
data/logins.txt data/gui_stats.json data/market_logs.txt
to the gitignore or generate new on initial launch
make all card ID functions simply use [cardname, overall] in any methods fetching via selenium (not futbin or ID methods)
make sleep_approx() a Helper object method
change all sleep() to sleep_approx(),update old ones
add Speed slider to GUI where 0 is current speed, [+] button makes it 1.1x, [-] button .9x, figure out how to make GUI send this value to helper object in real time (threading might make this difficult but try instantiating helper on GUI init)
autobidder.py - make player list not locked in stone on instantiation
read Ben's logs to understand max bid issue, maybe set up simple where if bid to make sig greater than price from player list (since his player list displayed correct mkt value) ignore it