{"id":25949825,"url":"https://github.com/widefix/wget","last_synced_at":"2026-04-20T04:31:40.258Z","repository":{"id":274234880,"uuid":"922286295","full_name":"widefix/wget","owner":"widefix","description":"Effortlessly download files from the internet using Ruby","archived":false,"fork":false,"pushed_at":"2025-01-25T21:55:39.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T22:36:52.542Z","etag":null,"topics":["downloader","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/widefix.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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-01-25T19:57:22.000Z","updated_at":"2025-01-25T21:58:12.000Z","dependencies_parsed_at":"2025-01-26T05:15:15.814Z","dependency_job_id":null,"html_url":"https://github.com/widefix/wget","commit_stats":null,"previous_names":["widefix/wget"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/widefix%2Fwget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/widefix%2Fwget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/widefix%2Fwget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/widefix%2Fwget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/widefix","download_url":"https://codeload.github.com/widefix/wget/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241847519,"owners_count":20030273,"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","ruby"],"created_at":"2025-03-04T12:29:28.395Z","updated_at":"2026-04-20T04:31:35.228Z","avatar_url":"https://github.com/widefix.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wget\n\nDownload files from the internet with ease. It's a wrapper around the standard Ruby `net/http` library. Large files are downloaded in chunks to avoid memory issues.\n\nWhy use this gem? The `net/http` library is verbose and can be tricky for newcomers.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'wget'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install wget\n\n## Usage\n\nUse the `Wget.call` method to download a file from the internet. The method takes two arguments: the URL of the file to download and the filename to save the file as. The method will download the file and save it with the specified filename.\n\nRefer to the example below:\n\n```ruby\nfilename = \"test.md\"\nurl = \"https://raw.githubusercontent.com/widefix/actual_db_schema/refs/heads/main/README.md\"\nWget.call(url, filename)\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/wget. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Wget project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/wget/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwidefix%2Fwget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwidefix%2Fwget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwidefix%2Fwget/lists"}