Skip to content

mind-your-stonks-1.0.0

Compare
Choose a tag to compare
@kmadisa kmadisa released this 10 Dec 20:52
· 49 commits to master since this release
de52343

Added

  • Created a BetClient class encapsulating all the behaviour in the deleted bet_stats.py and spreadsheet.py modules PR#15. The class is defined in the bet_client.py module.
  • A utility classs that wraps the Selenium webdriver object PR#15.

Removed

Changed

  • Support for the new spreadsheet with nicely formatted tables for easy use.
  • Moved around the spreadsheet columns:
    | Date | Timestamp | Balance | Money in bets | Loss/Gain | % Decrease/Increase |
    PR#27.