2024-05-28 06:08:33 +00:00
|
|
|
# playlist helper
|
|
|
|
|
|
|
|
## Development
|
|
|
|
|
|
|
|
Clone the repo and install dependencies into a local virtual environment:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
pip install --upgrade pip
|
|
|
|
pip install --editable .
|
|
|
|
```
|
|
|
|
|
|
|
|
## Resources
|
|
|
|
|
2024-07-01 16:49:45 +00:00
|
|
|
* [Beatleader API](https://beatleader.xyz/developer)
|
2024-05-28 06:08:33 +00:00
|
|
|
* [ScoreSaber API](https://docs.scoresaber.com/)
|
|
|
|
|
|
|
|
## Tips
|
|
|
|
|
|
|
|
Avoid printing covers in console.
|
|
|
|
|
|
|
|
```shell
|
|
|
|
jq 'del(.image)' < playlist.bplist
|
|
|
|
```
|