All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Setting the
| Loss/Gain | % Decrease/Increase |
values to zero on the first day of the month PR#30.
- 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.
- Deleted the
bet_stats.py
andspreadsheet.py
scripts PR#15. - Usage of the python-gspread-sheets package PR#27.
- 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.
- This CHANGELOG file to hopefully serve as an evolving example of a standardized open source project CHANGELOG.
- README has instructions on how to use the project PR#14.
- Added support to be able to navigate through pages PR#122.
- Computing the amount of money that has been placed in bets PR#9.
- Added scripts to scrape BET.co.za site and writes the data to the Google sheet PR#1.