Make Me a Playlist — interactive YouTube playlist builder.
This package is distributed as a private GitHub repository. Install directly via git:
pip install git+https://$GITHUB_TOKEN@github.com/danballance/recommender.git@v0.1.0Inside GitHub Actions, GITHUB_TOKEN is available automatically. For external pipelines, create a fine-grained personal access token with Contents: Read on this repository and store it as a secret.
recommender @ git+https://${GITHUB_TOKEN}@github.com/danballance/recommender.git@v0.1.0
Tag a commit and push the tag — the release workflow creates a GitHub Release automatically:
git tag v0.1.0
git push origin v0.1.0poetry run recommend
# or with the venv activated:
recommendSee docs/cli.md for full CLI reference.