{"id":26652210,"url":"https://github.com/yegorov/yadisk","last_synced_at":"2025-04-11T05:44:15.330Z","repository":{"id":52416451,"uuid":"118939899","full_name":"Yegorov/yadisk","owner":"Yegorov","description":"Download file from Yandex.Disk through share link","archived":false,"fork":false,"pushed_at":"2024-02-11T20:55:47.000Z","size":75,"stargazers_count":54,"open_issues_count":7,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T03:49:04.855Z","etag":null,"topics":["command-line-tool","filemanager","ruby","yadisk","yandex","yandex-disk"],"latest_commit_sha":null,"homepage":"http://www.rubydoc.info/gems/yadisk","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/Yegorov.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}},"created_at":"2018-01-25T16:41:59.000Z","updated_at":"2025-02-27T10:02:26.000Z","dependencies_parsed_at":"2024-01-28T21:26:10.918Z","dependency_job_id":"1d7d6f40-867c-4711-b08b-2976364016b1","html_url":"https://github.com/Yegorov/yadisk","commit_stats":{"total_commits":18,"total_committers":3,"mean_commits":6.0,"dds":0.2222222222222222,"last_synced_commit":"49eb7cb244c9e08aa2cd34b0d363d6e94c67b718"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yegorov%2Fyadisk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yegorov%2Fyadisk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yegorov%2Fyadisk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yegorov%2Fyadisk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yegorov","download_url":"https://codeload.github.com/Yegorov/yadisk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248351461,"owners_count":21089271,"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":["command-line-tool","filemanager","ruby","yadisk","yandex","yandex-disk"],"created_at":"2025-03-25T03:49:09.493Z","updated_at":"2025-04-11T05:44:15.262Z","avatar_url":"https://github.com/Yegorov.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Gem Version](https://badge.fury.io/rb/yadisk.svg)](https://badge.fury.io/rb/yadisk)\n[![Build Status](https://travis-ci.org/Yegorov/yadisk.svg?branch=master)](https://travis-ci.org/Yegorov/yadisk)\n[![Coverage Status](https://coveralls.io/repos/github/Yegorov/yadisk/badge.svg?branch=master)](https://coveralls.io/github/Yegorov/yadisk?branch=master)\n\nYadisk\n======\n\nCommand line tool for download file from Yandex.Disk through share link\n\n## Install\n\n```\n$ gem install yadisk\n```\n\nFor development:\n\n```\n$ gem install --dev yadisk\n```\n\n## How use\n\n```\n# Save to current directory\n$ yadisk https://yadi.sk/i/HEjuI2Ln3RiRcQ\n\n# Save to other directory\n$ yadisk https://yadi.sk/i/HEjuI2Ln3RiRcQ /path/to/directory\n```\n\n## How use for development\n\n```\n# Local build and install to rubygems\n$ gem build yadisk.gemspec \u0026\u0026 gem install yadisk-*\n\n# Remove local file and uninstall from rubygems\n$ rm yadisk-*.gem \u0026\u0026 gem uninstall yadisk\n\n# Run script from local folder\n$ ruby -Ilib ./bin/yadisk https://yadi.sk/i/HEjuI2Ln3RiRcQ\n```\n\n## Dependencies\n\n* [wget](https://www.gnu.org/software/wget/)\n* [ruby](https://www.ruby-lang.org/ru/downloads/) \u003e= 2.2\n\n## Use in Windows\n\n1. Download and install wget from [gnuwin32.sourceforge.net](http://gnuwin32.sourceforge.net/packages/wget.htm)\n2. Add `\u003cyou base path\u003e\\GnuWin32\\bin` (E.g. `C:\\Program Files (x86)\\GnuWin32\\bin`) to [PATH environment variable](https://helpdeskgeek.com/windows-10/add-windows-path-environment-variable/).\n\n## Use Docker\n\n```\ndocker build -t yadisk .\ndocker run -v ${pwd}:/yadisk --rm -it yadisk sh # for interactive\ndocker run --rm yadisk yadisk https://yadi.sk/i/HEjuI2Ln3RiRcQ\ndocker run -v $(pwd):/yadisk --rm yadisk yadisk https://yadi.sk/i/HEjuI2Ln3RiRcQ\n```\n\n## Use Docker for Dev\n\nTo be soon\n\n## Test\n\nFor run test use:\n\n```\n$ rspec\n```\n\n## Contribution\n\nFeel free for send me pull request.\n\n## License\n\nLicense (MIT) Copyright (c) 2018 Yegorov A. yegorov0725@yandex.ru\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyegorov%2Fyadisk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyegorov%2Fyadisk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyegorov%2Fyadisk/lists"}