{"id":17724286,"url":"https://github.com/m0ngr31/ccepg","last_synced_at":"2025-03-31T13:53:53.541Z","repository":{"id":257985681,"uuid":"871657050","full_name":"m0ngr31/ccEPG","owner":"m0ngr31","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-22T21:53:49.000Z","size":297,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-23T09:38:04.327Z","etag":null,"topics":["abc","channels-dvr-server","custom-channels","peacock-tv","xmltv","xmltv-epg"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/m0ngr31.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-10-12T15:16:41.000Z","updated_at":"2024-10-22T21:53:52.000Z","dependencies_parsed_at":"2024-10-23T02:37:18.332Z","dependency_job_id":null,"html_url":"https://github.com/m0ngr31/ccEPG","commit_stats":null,"previous_names":["m0ngr31/ccepg"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0ngr31%2FccEPG","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0ngr31%2FccEPG/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0ngr31%2FccEPG/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0ngr31%2FccEPG/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m0ngr31","download_url":"https://codeload.github.com/m0ngr31/ccEPG/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246476906,"owners_count":20783908,"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":["abc","channels-dvr-server","custom-channels","peacock-tv","xmltv","xmltv-epg"],"created_at":"2024-10-25T15:46:24.108Z","updated_at":"2025-03-31T13:53:53.526Z","avatar_url":"https://github.com/m0ngr31.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Current version: **0.1.5**\n\n# About\nThis allows you to fetch EPG data for linear streaming services such as Peacock and ABC, and transforms them so you can use them with [chrome-capture-for-channels](https://github.com/fancybits/chrome-capture-for-channels).\n\n# Using\nThe server exposes 2 main endpoints:\n\n| Endpoint | Description |\n|---|---|\n| /channels.m3u | The channel list you'll import into your client |\n| /xmltv.xml | The schedule that you'll import into your client |\n\n# Running\nThe recommended way of running is to pull the image from [Docker Hub](https://hub.docker.com/r/m0ngr31/ccEPG).\n\n## Environment Variables\n| Environment Variable | Description | Required? | Default |\n|---|---|---|---|\n| PUID | Current user ID. Use if you have permission issues. Needs to be combined with PGID. | No | - |\n| PGID | Current group ID. Use if you have permission issues. Needs to be combined with PUID. | No | - |\n| PORT | Port the API will be served on. You can set this if it conflicts with another service in your environment. | No | 8787 |\n\n## Volumes\n| Volume Name | Description | Required? |\n|---|---|---|\n| /app/config | Used to store DB and application state | Yes |\n\n\n## Docker Run\nBy default, the easiest way to get running is:\n\n```bash\ndocker run -p 8787:8787 -v config_dir:/app/config m0ngr31/ccepg\n```\n\nIf you run into permissions issues:\n\n```bash\ndocker run -p 8787:8787 -v config_dir:/app/config -e PUID=$(id -u $USER) -e PGID=$(id -g $USER) m0ngr31/ccepg\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm0ngr31%2Fccepg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm0ngr31%2Fccepg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm0ngr31%2Fccepg/lists"}