{"id":21531511,"url":"https://github.com/aguslr/docker-bulsatcom","last_synced_at":"2026-01-17T07:26:54.201Z","repository":{"id":213687654,"uuid":"734694337","full_name":"aguslr/docker-bulsatcom","owner":"aguslr","description":"Download M3U and EPG files from Bulsatcom.bg","archived":false,"fork":false,"pushed_at":"2025-06-06T13:55:35.000Z","size":97,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-06T14:36:15.172Z","etag":null,"topics":["bulsat","bulsatcom","docker","iptv","podman"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aguslr.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":"2023-12-22T11:02:12.000Z","updated_at":"2025-06-06T13:55:37.000Z","dependencies_parsed_at":"2024-05-28T13:12:28.592Z","dependency_job_id":null,"html_url":"https://github.com/aguslr/docker-bulsatcom","commit_stats":null,"previous_names":["aguslr/docker-bulsatcom"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aguslr/docker-bulsatcom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aguslr%2Fdocker-bulsatcom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aguslr%2Fdocker-bulsatcom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aguslr%2Fdocker-bulsatcom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aguslr%2Fdocker-bulsatcom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aguslr","download_url":"https://codeload.github.com/aguslr/docker-bulsatcom/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aguslr%2Fdocker-bulsatcom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28504097,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"last_error":"SSL_read: 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":["bulsat","bulsatcom","docker","iptv","podman"],"created_at":"2024-11-24T02:14:37.407Z","updated_at":"2026-01-17T07:26:54.196Z","avatar_url":"https://github.com/aguslr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[aguslr/docker-bulsatcom][1]\n============================\n\n[![docker-pulls](https://img.shields.io/docker/pulls/aguslr/bulsatcom)](https://hub.docker.com/r/aguslr/bulsatcom) [![image-size](https://img.shields.io/docker/image-size/aguslr/bulsatcom/latest)](https://hub.docker.com/r/aguslr/bulsatcom)\n\n\nThis *Docker* image downloads M3U and EPG files from *Bulsatcom*'s IPTV service.\n\n\u003e **[Bulsatcom][2]** is Bulgarian satellite television, internet \u0026 mobile\n\u003e operator, founded in 2000 as the first DVB-S operator in the country.\n\nIt's a refactoring of Vasil Valchev's [IPTV Kodi add-on for Bulsatcom][3].\n\n\nInstallation\n------------\n\nTo use *docker-bulsatcom*, follow these steps:\n\n1. Clone and start the container:\n\n       docker run -v ./data:/data \\\n         -e BULSAT_USERNAME=me@mail.com \\\n         -e BULSAT_PASSWORD=123456 \\\n         docker.io/aguslr/bulsatcom:latest --epg\n\n2. Access the files `bulsat.m3u` and  `bulsat.xml` inside `./data` directory.\n\n\n### Variables\n\nThe image is configured using environment variables passed at runtime. All these\nvariables are prefixed by `BULSAT_`.\n\n| Variable    | Function                                | Default |\n| :---------- | :-------------------------------------- | :------ |\n| `USERNAME`  | Username for Bulsatcom                  | `test`  |\n| `PASSWORD`  | Password for Bulsatcom                  | `test`  |\n| `OUTPUT`    | Output directory for files              | `/data` |\n| `TIMEOUT`   | Timeout in seconds                      | 10      |\n| `WAIT`      | Wait time between updates               | 300     |\n| `EPG`       | Download EPG                            | False   |\n| `CACHE`     | Enable cache                            | False   |\n| `BLOCK`     | Comma separated list of genres to block | EMPTY   |\n\n\nBuild locally\n-------------\n\nInstead of pulling the image from a remote repository, you can build it locally:\n\n1. Clone the repository:\n\n       git clone https://github.com/aguslr/docker-bulsatcom.git\n\n2. Change into the newly created directory and use `docker-compose` to build and\n   launch the container:\n\n       cd docker-bulsatcom \u0026\u0026 docker-compose up --build -d\n\n\n[1]: https://github.com/aguslr/docker-bulsatcom\n[2]: https://www.bulsatcom.bg/\n[3]: https://github.com/vastril4o/iptv.bsc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faguslr%2Fdocker-bulsatcom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faguslr%2Fdocker-bulsatcom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faguslr%2Fdocker-bulsatcom/lists"}