Skip to content

Repository files navigation

recommender

Make Me a Playlist — interactive YouTube playlist builder.

Installation

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.0

Inside 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.

Pinning a version in requirements.txt

recommender @ git+https://${GITHUB_TOKEN}@github.com/danballance/recommender.git@v0.1.0

Creating a release

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.0

Usage

poetry run recommend
# or with the venv activated:
recommend

See docs/cli.md for full CLI reference.

About

Simple lib and cli package - used in an agentic eval - not a real library

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages