Releases: kmadisa/mind-your-stonks
Releases · kmadisa/mind-your-stonks
mind-your-stonks-1.0.1
mind-your-stonks-1.0.0
Added
- Created a
BetClient
class encapsulating all the behaviour in the deletedbet_stats.py
andspreadsheet.py
modules PR#15. The class is defined in thebet_client.py
module. - A utility classs that wraps the Selenium webdriver object PR#15.
Removed
- Deleted the
bet_stats.py
andspreadsheet.py
scripts PR#15. - Usage of the python-gspread-sheets package PR#27.
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.