Releases: KevinTrinh1227/Prize-Pick-Predictions
Releases · KevinTrinh1227/Prize-Pick-Predictions
Prize Pick Predictions v0.1.0
General Updates
- Minor bug fixes and patches
- Updated util functions to adapt to new balldontlie API
- All users now are required to obtain an API key. (https://new.balldontlie.io/)
- Added an env template. Paste the API key inside
.env.example
and rename the file to.env
- API key is free. A premium API key is optional
- Updated requirements.txt by @jimpallomeni
What's Changed
- Bump flask from 3.0.1 to 3.0.2 by @dependabot in #8
- Bump selenium from 4.17.2 to 4.18.0 by @dependabot in #9
- Bump selenium from 4.18.0 to 4.18.1 by @dependabot in #10
Full Changelog: v0.0.2...v0.1.0
Prize Pick Predictions v0.0.2
General Updates
- Implemented an NBA team ELO generating system for each team
- ELO ratings now take into account home-court advantage
- Implemented a function to get all season matches up till the current date
- Updated Firefox Gecko driver code
- Updates to application documentation, visit README.md for more information
- Numerous bug fixes
What's Changed
- Bump beautifulsoup4 from 4.12.2 to 4.12.3 by @dependabot in #6
- Bump selenium from 4.9.0 to 4.17.2 by @dependabot in #7
Full Changelog: v0.0.1...v0.0.2
Prize Pick Predictions Initial Release v0.0.1
General Updates
- Implemented Selenium Firefox web driver to scrape data. Thank you to Dawson Diharce, and @johnnydhnguyen
- Webdriver uses Gecko Driver. Tested on both Linux (Ubuntu) and Windows
- Updated list of dependencies
- Lots of documentation updates
- Minor bug fixes
Full Changelog: v0.0.0...v0.0.1
Prize Pick Predictions Initial Release v0.0.0
Initial Release of Prize Pick Predictions sports betting application.