{"id":26527966,"url":"https://github.com/ciathefed/retrieve","last_synced_at":"2025-03-21T15:37:50.590Z","repository":{"id":279387959,"uuid":"938640769","full_name":"ciathefed/retrieve","owner":"ciathefed","description":"A lightweight and efficient Golang package for downloading files from the web with minimal code","archived":false,"fork":false,"pushed_at":"2025-02-26T06:32:11.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T08:57:39.082Z","etag":null,"topics":["downloader","golang","http"],"latest_commit_sha":null,"homepage":"","language":"Go","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/ciathefed.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":"2025-02-25T09:18:12.000Z","updated_at":"2025-02-26T06:32:14.000Z","dependencies_parsed_at":"2025-02-25T10:31:25.454Z","dependency_job_id":null,"html_url":"https://github.com/ciathefed/retrieve","commit_stats":null,"previous_names":["ciathefed/retrieve"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ciathefed%2Fretrieve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ciathefed%2Fretrieve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ciathefed%2Fretrieve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ciathefed%2Fretrieve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ciathefed","download_url":"https://codeload.github.com/ciathefed/retrieve/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244823096,"owners_count":20516219,"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":["downloader","golang","http"],"created_at":"2025-03-21T15:37:49.976Z","updated_at":"2025-03-21T15:37:50.575Z","avatar_url":"https://github.com/ciathefed.png","language":"Go","readme":"# Retrieve\n\n![Test](https://img.shields.io/github/actions/workflow/status/ciathefed/retrieve/test.yml?label=test%20%F0%9F%A7%AA\u0026style=flat-square)\n\nA lightweight and efficient Golang package for downloading files from the web with minimal code\n\n## Install\n\n```shell\ngo get -u github.com/ciathefed/retrieve\n```\n\n## Examples\n\n```go\npackage main\n\nimport (\n    \"log\"\n    \"github.com/ciathefed/retrieve\"\n)\n\nfunc main() {\n    err := retrieve.New(\"https://example.com\").\n        SetOutput(\"filename.ext\").\n        Exec()\n    if err != nil {\n        log.Fatalf(\"failed to download file: %v\", err)\n    }\n}\n```\n\nYou can find all the examples [here](https://github.com/ciathefed/retrieve/blob/main/_examples)\n\n## Contributing\n\nContributions are welcome! Please follow these steps to contribute:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/YourFeature`).\n3. Make your changes and commit them (`git commit -m 'Add some feature'`).\n4. Push to the branch (`git push origin feature/YourFeature`).\n5. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/ciathefed/retrieve/blob/main/LICENSE) file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciathefed%2Fretrieve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fciathefed%2Fretrieve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciathefed%2Fretrieve/lists"}