Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danbugs/msv-braacket-utilities
Braacket doesn't have an API, so, if you want to access the data, you have to scrape it. This is a collection of utilities to help you do that.
https://github.com/danbugs/msv-braacket-utilities
python smash
Last synced: 20 days ago
JSON representation
Braacket doesn't have an API, so, if you want to access the data, you have to scrape it. This is a collection of utilities to help you do that.
- Host: GitHub
- URL: https://github.com/danbugs/msv-braacket-utilities
- Owner: danbugs
- Created: 2024-08-28T01:12:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T01:14:03.000Z (4 months ago)
- Last Synced: 2024-11-26T16:42:22.175Z (26 days ago)
- Topics: python, smash
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Braacket Utilties
Braacket doesn't have an API, so, if you want to access the data, you have to scrape it. This is a collection of utilities to help you do that.
## Most Improved (`most-improved.py`)
This script will get the most improved players in a given season, which is determined by the difference in their current rating points and their rating points at the beginning of the season.
You can use it like so:
```bash
py .\most-improved.py https://braacket.com/league/MSVS/ranking/61481DD2-6EF1-40F8-82A7-6EF1769AE8DE?rows=200
```This will output the most improved to a `.txt` file, like: `most-improved-20240827173029.txt`.
If you'd like to sort the list, you can also run the script like so:
```bash
py .\most-improved.py most-improved-20240827173029.txt
```This will output the sorted list to a `.txt` file, like: `most-improved-20240827175959-sorted`.