# playlist helper ## Development Clone the repo and install dependencies into a local virtual environment: ```bash pip install --upgrade pip pip install --editable . ``` ## Resources * [ScoreSaber API](https://docs.scoresaber.com/) ## Tips Avoid printing covers in console. ```shell jq 'del(.image)' < playlist.bplist ```