{"id":20013761,"url":"https://github.com/gregorybchris/vidrank","last_synced_at":"2026-05-11T08:17:41.282Z","repository":{"id":217395670,"uuid":"742948195","full_name":"gregorybchris/vidrank","owner":"gregorybchris","description":"YouTube playlist prioritization tool","archived":false,"fork":false,"pushed_at":"2024-07-27T19:21:48.000Z","size":7147,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-12T15:12:35.770Z","etag":null,"topics":["elo","preference","priority","ranking","rating","trueskill","video","youtube"],"latest_commit_sha":null,"homepage":"https://vidrank.vercel.app","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gregorybchris.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-13T20:59:30.000Z","updated_at":"2024-10-16T15:28:22.000Z","dependencies_parsed_at":"2024-01-16T05:26:49.148Z","dependency_job_id":"232bd849-81e2-4de8-8027-836cee1c3875","html_url":"https://github.com/gregorybchris/vidrank","commit_stats":null,"previous_names":["gregorybchris/vidrank"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregorybchris%2Fvidrank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregorybchris%2Fvidrank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregorybchris%2Fvidrank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregorybchris%2Fvidrank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregorybchris","download_url":"https://codeload.github.com/gregorybchris/vidrank/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241448396,"owners_count":19964462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elo","preference","priority","ranking","rating","trueskill","video","youtube"],"created_at":"2024-11-13T07:37:46.900Z","updated_at":"2026-05-11T08:17:36.251Z","avatar_url":"https://github.com/gregorybchris.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vidrank\n\nUse Vidrank to prioritize which YouTube videos to watch first. Vidrank presents you with small batches of videos. You can classify a subset of each batch as better than the rest and your selections are processed by the [TrueSkill](https://www.microsoft.com/en-us/research/project/trueskill-ranking-system/) algorithm to produce ratings. Ratings are used to determine the next best set of videos to consider to maximize information gain and decrease rating uncertainty.\n\nIf you have a backlog of videos waiting in your Watch Later playlist, then this tool was made for you.\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"assets/main.png\" width=500\u003e\n  \u003cimg src=\"assets/ratings.png\" width=500\u003e\n\u003c/div\u003e\n\n## Installation\n\nRequirements:\n\n- [Node](https://nodejs.org/en/download)\n- [Poetry](https://python-poetry.org/)\n\nInstall the backend package\n\n```bash\ncd backend\npoetry install\n```\n\nInstall the frontend package\n\n```bash\ncd frontend\npnpm install\n```\n\n## Running locally\n\nSet a few environment variables that are used by the server.\n\n\u003e You will need an API key for the [YouTube Data API (v3)](https://developers.google.com/youtube/v3)\n\n```bash\nexport YOUTUBE_API_KEY=\"\u003cyoutube-api-key\u003e\"\nexport VIDRANK_CACHE_DIR=\"\u003cpath-to-cache-directory\u003e\"\nexport VIDRANK_PLAYLIST_ID=\"\u003cyoutube-playlist-id\u003e\"\n```\n\nStart the backend\n\n```bash\nfastapi dev backend/vidrank/app/app.py --reload\n```\n\nStart the frontend\n\n```bash\npnpm run dev\n```\n\n### Debug Mode\n\n```bash\nLOG_LEVEL=DEBUG fastapi dev backend/vidrank/app/app.py --reload\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregorybchris%2Fvidrank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregorybchris%2Fvidrank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregorybchris%2Fvidrank/lists"}