{"id":22191733,"url":"https://github.com/frixaco/anitrack","last_synced_at":"2026-04-12T12:50:06.986Z","repository":{"id":229381351,"uuid":"776585138","full_name":"frixaco/anitrack","owner":"frixaco","description":"My little CLI tool to watch anime from my favorite sources (in 4K)","archived":false,"fork":false,"pushed_at":"2025-07-14T19:49:40.000Z","size":9327,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-14T23:52:08.607Z","etag":null,"topics":["golang","nextjs","postgres","railway","react","react-query","turborepo","typescript","vercel","webscraper"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/frixaco.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":"2024-03-23T22:53:28.000Z","updated_at":"2025-07-14T19:49:35.000Z","dependencies_parsed_at":"2024-07-14T20:51:39.745Z","dependency_job_id":"a972e40f-8c4d-4c6e-a752-0f15839380e9","html_url":"https://github.com/frixaco/anitrack","commit_stats":null,"previous_names":["frixaco/anitrack"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/frixaco/anitrack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frixaco%2Fanitrack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frixaco%2Fanitrack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frixaco%2Fanitrack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frixaco%2Fanitrack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frixaco","download_url":"https://codeload.github.com/frixaco/anitrack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frixaco%2Fanitrack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278981557,"owners_count":26079650,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["golang","nextjs","postgres","railway","react","react-query","turborepo","typescript","vercel","webscraper"],"created_at":"2024-12-02T12:17:32.205Z","updated_at":"2026-04-12T12:50:06.965Z","avatar_url":"https://github.com/frixaco.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Anitrack - Simple TUI to stream anime\n\nThe project has been ported multiple times as I kept exploring different technologies for fun:\n\n- Next.js app (auth, search, tracker, stream, etc.)\n- Go TUI using Bubbletea\n- Python TUI using Textual\n- `letui` TUI - my own TUI library written from scratch using TypeScript (Bun) and Rust\n\n### Bun+Rust TUI\n\n1. Install Bun (recommended) or Node\n2. Install [mpv](github.com/mpv-player/mpv) player.\n3. (Optional) On desktop, set up **Anime4K** anime upscaler for **mpv**: https://github.com/bloc97/anime4k\n4. `bunx @frixaco/anitrack`\n\nStatus: almost finished\n\n### Releasing\n\nPreferred flow uses GitHub Actions.\n\n1. Update `version` in `package.json`\n2. Commit and push that change to `main`\n3. Create and push a matching tag:\n   - `git tag -a v0.1.1 -m \"v0.1.1\"`\n   - `git push origin v0.1.1`\n4. GitHub Actions workflow `.github/workflows/npm-publish.yml` will publish to npm\n\nNotes:\n\n- Tag must point at the commit containing the new `package.json` version\n- Tag name should match package version, e.g. `v0.1.1` -\u003e `0.1.1`\n- Publishing requires `NPM_TOKEN` configured in GitHub repo secrets\n- If that version already exists on npm, publish will fail\n\nManual fallback:\n\n1. Log in: `bunx npm login`\n2. Publish: `npm publish --access public`\n\n### Python TUI\n\n1. Install `uv` (https://docs.astral.sh/uv/getting-started/installation/)\n2. Install [mpv](github.com/mpv-player/mpv) player.\n3. (Optional) On desktop, set up **Anime4K** anime upscaler for **mpv**: https://github.com/bloc97/anime4k\n4. Run `uv tool install frixa-anitrack`\n5. Run `anitrack`\n\nNOTE: to try without installing, run `uv tool run --from frixa-anitrack anitrack` or `uvx --from frixa-anitrack anitrack`\n\nStatus: finished.\n\n### Go TUI\n\n1. Install Go. I used +1.23.\n2. Install [mpv](github.com/mpv-player/mpv) player.\n3. (Optional) On desktop, set up **Anime4K** anime upscaler for **mpv**: https://github.com/bloc97/anime4k\n4. Run `go install github.com/frixaco/anitrack@latest` or download the binary from releases\n\nStatus: finished.\n\n### Next.js\n\nFully functional, but requires setting up environment variables and services.\n\nStatus: abandoned.\n\n### Rust TUI\n\nExplored scraping HTML pages a bit. Don't plan to continue for the time being.\n\nStatus: dormant.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrixaco%2Fanitrack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrixaco%2Fanitrack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrixaco%2Fanitrack/lists"}