{"id":14987685,"url":"https://github.com/streamchaser/streamchaser","last_synced_at":"2025-07-02T12:35:01.744Z","repository":{"id":39572937,"uuid":"397245151","full_name":"streamchaser/streamchaser","owner":"streamchaser","description":"Trying to keep track of where to watch your favorite movies and TV series? Streamchaser provides the definitive guide to what each streaming service has to offer right now!","archived":false,"fork":false,"pushed_at":"2025-06-02T20:43:29.000Z","size":4430,"stargazers_count":64,"open_issues_count":54,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-03T11:43:23.945Z","etag":null,"topics":["docker","fastapi","gin","gin-gonic","go","meilisearch","svelte","sveltekit","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://streamchaser.tv","language":"Python","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/streamchaser.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":"2021-08-17T12:20:37.000Z","updated_at":"2025-05-13T21:14:52.000Z","dependencies_parsed_at":"2023-11-07T03:11:22.731Z","dependency_job_id":"7a1180c5-c67e-4add-83ac-8857a5e4826b","html_url":"https://github.com/streamchaser/streamchaser","commit_stats":{"total_commits":504,"total_committers":16,"mean_commits":31.5,"dds":0.6111111111111112,"last_synced_commit":"e11f49a6900e869e0e7dad629464aba10ff495a2"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/streamchaser/streamchaser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamchaser%2Fstreamchaser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamchaser%2Fstreamchaser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamchaser%2Fstreamchaser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamchaser%2Fstreamchaser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/streamchaser","download_url":"https://codeload.github.com/streamchaser/streamchaser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamchaser%2Fstreamchaser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263141105,"owners_count":23420003,"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":["docker","fastapi","gin","gin-gonic","go","meilisearch","svelte","sveltekit","tailwindcss","typescript"],"created_at":"2024-09-24T14:15:10.700Z","updated_at":"2025-07-02T12:35:01.736Z","avatar_url":"https://github.com/streamchaser.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI](https://github.com/streamchaser/streamchaser/actions/workflows/main.yml/badge.svg)](https://github.com/streamchaser/streamchaser/actions/workflows/main.yml)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/streamchaser/streamchaser/master.svg)](https://results.pre-commit.ci/latest/github/streamchaser/streamchaser/master)\n[![CodeFactor status](https://www.codefactor.io/repository/github/streamchaser/streamchaser/badge)](https://www.codefactor.io/repository/github/streamchaser/streamchaser)\n\n![Streamchaser logo with slogan](static/logo-slogan-hori-w.svg)\n\nStreamchaser seeks to simplify movie, series and documentary search located on streaming services by curating all of the content through a centralized entertainment technology platform.\nStreamchaser seeks to solve the issue where it appears, i.e. in front of the TV.\nLastly, Streamchaser is founded on the basis of convenience, which means that no feature,\nno profit margin and no personal gains should ever compromise the convenience and ease of use for the customer.\n\n## Core contributers 👷\n\n- [AndreasPB](https://github.com/AndreasPB)\n- [Pankai222](https://github.com/Pankai222)\n- [nullxDEADBEEF](https://github.com/nullxDEADBEEF)\n- [Primdahl26](https://github.com/Primdahl26)\n\n## First time setup\n\nHere's how to get the application up and running for development\n\n### Prerequisites\n\n- Got **Git** installed\n- Got **Docker** installed\n\n1. Clone the repo `git clone https://github.com/streamchaser/streamchaser.git`\n2. Add `.env` in root and frontend/\n\n- Root:\n  - `HOST_NAME=localhost`\n  - `APP_ENVIRONMENT=dev`\n  - `TMDB_KEY=\u003cget one from https://www.themoviedb.org/signup\u003e`\n- Frontend:\n  - `VITE_API_PATH=http://api.localhost`\n\n3. Create Docker network `docker network create traefik`\n4. Build the container `docker-compose up --build -d`\n5. Run `docker-compose exec backend python3 cli.py full-setup --popularity \u003c1-1000\u003e`(the more the less amount of media)\n6. Go to http://localhost/ and search\n7. Optional: `docker-compose stop frontend \u0026\u0026 cd frontend \u0026\u0026 yarn dev` and go to http://localhost:3000 - Our workaround for hot-reloading\n\n# CLI\n\nTo use the cronjob use the following in the terminal:\n`docker-compose exec backend python3 cli.py \u003ccommand\u003e \u003cparameter\u003e`\n\n## The most used commands:\n\n### `full-setup`\n\n\u003e The full setup with everything. Grabs the newest zipped file and populates PostgreSQL, then indexes MeiliSearch and redis with all the data used by the frontend.\n\nOptions:\n\n- `--popularity FLOAT` [default: 1]\n- `--first-time / --no-first-time` [default: no-first-time]\n\n### `update-ids`\n\n\u003e Takes IDs in the format of m123 and t123 for movies and tv-series respectively. Is able to take multiple IDs seperated by spaces.\n\nArguments:\n\n- IDS... [required]\n\n### `update-media`\n\n\u003e Sends media ids to our internal update-media endpoint in chunks. --first-time uses ids from a zipped file, --no-first-time uses recently changed media.\n\nOptions:\n\n- `--chunk-size INTEGER` [default: 1000]\n- `--first-time / --no-first-time` [default: no-first-time]\n- `--popularity FLOAT` [default: 1]\n\n## Use --help\n\nTo get the full list of commands type:\n\n- `docker-compose exec backend python3 cli.py --help`\n\nor to get help with a command:\n\n- `docker-compose exec backend python3 cli.py \u003ccommand\u003e --help`\n\n# Our tech stack\n\n![Streamchaser Tech Stack](static/streamchaser-tech-stack.png)\n\n# Credits\n\n**Thanks to all the great frameworks and tools!**\n\nWe will probably forget some, sorry!\n\nFrontend:\n\n- [Svelte](https://github.com/sveltejs/svelte)\n- [Svelte-kit](https://kit.svelte.dev)\n- [Tailwind CSS](https://tailwindcss.com)\n- [DaisyUI](https://daisyui.com)\n\nBackend:\n\n- [FastAPI](https://github.com/tiangolo/fastapi)\n- [redis-py](https://github.com/redis/redis-py)\n- [Gin Gonic](https://gin-gonic.com)\n\nDatabases:\n\n- [MeiliSearch](https://github.com/meilisearch/MeiliSearch)\n- [Redis](https://redis.com)\n\nDevOps:\n\n- [Docker](https://github.com/docker)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamchaser%2Fstreamchaser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstreamchaser%2Fstreamchaser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamchaser%2Fstreamchaser/lists"}