{"id":19700198,"url":"https://github.com/dbeley/tuberank","last_synced_at":"2026-02-04T12:04:53.754Z","repository":{"id":177396003,"uuid":"632863940","full_name":"dbeley/tuberank","owner":"dbeley","description":"A community website to rate and discover youtube videos.","archived":false,"fork":false,"pushed_at":"2024-10-09T23:51:36.000Z","size":730,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-09T04:06:42.629Z","etag":null,"topics":["django","htmx","youtube"],"latest_commit_sha":null,"homepage":"https://tuberank.org/en","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbeley.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2023-04-26T09:35:24.000Z","updated_at":"2024-10-09T23:51:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"9aea9dec-654c-47d6-beb7-40a189e34c02","html_url":"https://github.com/dbeley/tuberank","commit_stats":null,"previous_names":["dbeley/tuberank"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dbeley/tuberank","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Ftuberank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Ftuberank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Ftuberank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Ftuberank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbeley","download_url":"https://codeload.github.com/dbeley/tuberank/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Ftuberank/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29084088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["django","htmx","youtube"],"created_at":"2024-11-11T21:04:40.688Z","updated_at":"2026-02-04T12:04:53.727Z","avatar_url":"https://github.com/dbeley.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TubeRank\n\nA community website to rate and discover youtube videos.\n\nBuilt with Django (django-rest-framework, whitenoise), Tailwind (Flowbite) and htmx. Deployed on fly.io.\n\n## Dependencies\n\n- python\n- nodejs\n- npm\n- gettext\n\n## Development\n\n```\npython -m venv venv\nsource venv/bin/activate\npip install poetry\npoetry install\n```\n\n```\nnpm install -D tailwindcss\nnpm install flowbite\nnpm run tailwind-watch\npython manage.py migrate --run-syncdb\n```\n\n### Update dependencies\n\n```\npoetry update\nnpm update\nnpm install -D tailwindcss@latest postcss@latest autoprefixer@latest\n```\n\n## Local Deployment\n\n- Create `.env` with the required secrets (see `.env.example` for an example)\n\n## Deployment\n\nDeployment from scratch with fly.io\n\n```\nfly launch\nfly secrets set LOCAL_DEPLOY=\"0\"\nfly secrets set ... # see .env.example for list of environment variables to set\nfly deploy\nfly certs add domain.tld\nfly certs check domain.tld\n```\n\nfly.io cheatsheet\n\n```\nfly secrets list\nfly logs\nfly ssh console\nfly ssh console --pty -C 'python /code/manage.py migrate'\nfly ssh console --pty -C 'python /code/manage.py createsuperuser'\n```\n\n### Get all video urls of a YouTube channel\n\n```\nyt-dlp -j --flat-playlist $CHANNEL_URL | jq -r '.id' | sed 's_^_https://www.youtube.com/watch?v=_'\n```\n\n## Update translations\n\n```\ncd ratings\ndjango-admin makemessages -a\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbeley%2Ftuberank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbeley%2Ftuberank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbeley%2Ftuberank/lists"}