{"id":28725842,"url":"https://github.com/binhex/arch-siphonator","last_synced_at":"2026-04-30T01:04:57.260Z","repository":{"id":283819470,"uuid":"952635762","full_name":"binhex/arch-siphonator","owner":"binhex","description":"Docker build script for Arch Linux base with Siphonator","archived":false,"fork":false,"pushed_at":"2026-01-15T10:16:16.000Z","size":38,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-15T15:47:25.077Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"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/binhex.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-21T15:59:48.000Z","updated_at":"2026-01-15T10:16:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"46ca3fdf-168c-42c2-9db9-21424148cd67","html_url":"https://github.com/binhex/arch-siphonator","commit_stats":null,"previous_names":["binhex/arch-siphonator"],"tags_count":52,"template":false,"template_full_name":null,"purl":"pkg:github/binhex/arch-siphonator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-siphonator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-siphonator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-siphonator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-siphonator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binhex","download_url":"https://codeload.github.com/binhex/arch-siphonator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-siphonator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30400616,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T18:46:22.935Z","status":"ssl_error","status_checked_at":"2026-03-11T18:46:17.045Z","response_time":84,"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":[],"created_at":"2025-06-15T12:08:09.255Z","updated_at":"2026-03-11T21:00:35.334Z","avatar_url":"https://github.com/binhex.png","language":"Shell","funding_links":["https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MM5E27UX6AUU4"],"categories":[],"sub_categories":[],"readme":"# Application\n\n[Siphonator](https://github.com/binhex/siphonator)\n\n## Description\n\nSiphonator is a command line tool written in Python, designed to streamline the\nprocess of discovering and acquiring movies based on precise user-defined\ncriteria, leveraging the extensive IMDb database. Users can construct complex\nfilters to pinpoint films matching their specific preferences, automating the\ndownload process through integration with a torrent client.\n\n## Build notes\n\nLatest commit to GitHub branch 'master'.\n\nSiphonator is under **HEAVY** development right now, expect lack of\ndocumentation, major bugs and missing functionality.\n\n## Usage\n\n```bash\ndocker run -d \\\n    --name=\u003ccontainer name\u003e \\\n    -v \u003cpath for config files\u003e:/config \\\n    -v \u003cpath for media files\u003e:/media \\\n    -v \u003cpath for data files\u003e:/data \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e TZ=Etc/\u003cregion\u003e \\\n    -e HEALTHCHECK_COMMAND=\u003ccommand\u003e \\\n    -e HEALTHCHECK_ACTION=\u003caction\u003e \\\n    -e HEALTHCHECK_HOSTNAME=\u003chostname\u003e \\\n    -e UMASK=\u003cumask for created files\u003e \\\n    -e PUID=\u003cuid for user\u003e \\\n    -e PGID=\u003cgid for user\u003e \\\n    binhex/arch-siphonator\n```\n\nPlease replace all user variables in the above command defined by \u003c\u003e with the\ncorrect values.\n\n## Example\n\n```bash\ndocker run -d \\\n    --name=siphonator \\\n    -v /media/tv:/media \\\n    -v /apps/docker/deluge/data:/data \\\n    -v /apps/docker/deluge/config:/config \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e TZ=Etc/UTC \\\n    -e UMASK=000 \\\n    -e PUID=99 \\\n    -e PGID=100 \\\n    binhex/arch-siphonator\n```\n\n## Notes\n\nUser ID (PUID) and Group ID (PGID) can be found by issuing the following command\nfor the user you want to run the container as:-\n\n```bash\nid \u003cusername\u003e\n```\n\n___\nIf you appreciate my work, then please consider buying me a beer  :D\n\n[![PayPal donation](https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MM5E27UX6AUU4)\n\n[Documentation](https://github.com/binhex/documentation) | [Support forum](https://forums.unraid.net/topic/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-siphonator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinhex%2Farch-siphonator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-siphonator/lists"}