{"id":37202732,"url":"https://github.com/keogami/zenpull","last_synced_at":"2026-01-14T23:22:54.641Z","repository":{"id":44418162,"uuid":"428258047","full_name":"keogami/zenpull","owner":"keogami","description":"A Go CLI tool for downloading all the files from a list of urls in parallel","archived":false,"fork":false,"pushed_at":"2025-04-07T19:39:01.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T20:23:54.485Z","etag":null,"topics":["cli","concurrent","downloader","go","terminal","tool","utility"],"latest_commit_sha":null,"homepage":"","language":"Go","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/keogami.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}},"created_at":"2021-11-15T12:38:24.000Z","updated_at":"2025-04-07T19:39:53.000Z","dependencies_parsed_at":"2022-08-30T09:02:10.798Z","dependency_job_id":null,"html_url":"https://github.com/keogami/zenpull","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/keogami/zenpull","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keogami%2Fzenpull","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keogami%2Fzenpull/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keogami%2Fzenpull/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keogami%2Fzenpull/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keogami","download_url":"https://codeload.github.com/keogami/zenpull/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keogami%2Fzenpull/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28437981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","response_time":107,"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":["cli","concurrent","downloader","go","terminal","tool","utility"],"created_at":"2026-01-14T23:22:54.154Z","updated_at":"2026-01-14T23:22:54.605Z","avatar_url":"https://github.com/keogami.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zenpull\nA Go CLI tool for downloading all the files from a list of urls in parallel\n\n## Features\nThis tool may be smol, but is packed with a ton of features:\n- Download files as fast as it can\n- Downloads them in parallel\n- Organizes files based on file types\n- Gives every file a unique name\n- Stands robust against unstable internet connections\n- Uses http ranged requests (whenever it can) to:\n  - Make sure files are downloaded 100%\n  - Avoid re-downloading parts of files\n- Makes sure downloads are idempotent, which means:\n  - Every url is only downloaded once even if you call zenpull on the same list twice\n- Doesn't create any database or BS to remember what files were downloaded\n- Requires no configurations at all\n- The number of green threads, used to download files, are customizable\n\nWhat it can not do, however, is:\n- Get you a girlfriend\n- or, make you a sandwich even if you use sudo\n\n## Installation\nMake sure you have `go` installed. If not, install it from [https://go.dev/dl](https://go.dev/dl). Then run the following command:\n```\ngo install github.com/keogami/zenpull@latest\n```\nand now you have it :3\n\n## Usage\nStore the list of urls in a file (say `list.txt`) with a single url on each line:\n```\nhttps://example.com/file1.txt\nhttps://exmaple.com/file2.png\nhttps://someotherexample.com/path/to/file.svg\n```\n\nThen, just pass zenpull the list of urls that you wanna download, like so:\n```\nzenpull list.txt\n```\nand you should have your files downloaded in the current directory.\n\nBy default, zenpull downloads 5 files in parallel. However, you can fine tune that number using the `-worker` flag:\n```\nzenpull -worker=10 list.txt\n```\n----\n\n# Cheers?\nBuy me a beer later~ ;3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeogami%2Fzenpull","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeogami%2Fzenpull","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeogami%2Fzenpull/lists"}