{"id":21877863,"url":"https://github.com/zeroniki/yand","last_synced_at":"2026-05-18T17:03:48.339Z","repository":{"id":249815968,"uuid":"823084179","full_name":"ZeroNiki/Yand","owner":"ZeroNiki","description":"Simple cli-tool for downloding music from yandex music","archived":false,"fork":false,"pushed_at":"2024-08-27T11:50:52.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T23:43:39.935Z","etag":null,"topics":["bs4","music-downloader","mutagen-mp3","python","requests","selenium","wget","yandex-music","yt-dlp"],"latest_commit_sha":null,"homepage":"","language":"Python","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/ZeroNiki.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-02T11:49:27.000Z","updated_at":"2025-02-05T13:26:52.000Z","dependencies_parsed_at":"2024-08-27T12:59:54.764Z","dependency_job_id":"93daa7de-8dd7-4d8a-9744-9a1193007ccc","html_url":"https://github.com/ZeroNiki/Yand","commit_stats":null,"previous_names":["zeroniki/yand"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ZeroNiki/Yand","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroNiki%2FYand","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroNiki%2FYand/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroNiki%2FYand/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroNiki%2FYand/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZeroNiki","download_url":"https://codeload.github.com/ZeroNiki/Yand/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroNiki%2FYand/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33184769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["bs4","music-downloader","mutagen-mp3","python","requests","selenium","wget","yandex-music","yt-dlp"],"created_at":"2024-11-28T08:10:47.437Z","updated_at":"2026-05-18T17:03:48.306Z","avatar_url":"https://github.com/ZeroNiki.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yand\n\n## Navigation\n\n- [About](https://github.com/ZeroNiki/Yand?tab=readme-ov-file#About)\n- [Pre-Install](https://github.com/ZeroNiki/Yand?tab=readme-ov-file#Pre-Install)\n- [Install](https://github.com/ZeroNiki/Yand?tab=readme-ov-file#Install)\n- [Usage](https://github.com/ZeroNiki/Yand?tab=readme-ov-file#Usage)\n\n## About\n\nlib:\n\n- yt-dlp\n- selenium\n- requests\n- bs4\n- pyfiglet\n- wget\n\nCli-tool for download music from yandex music\n\n## Pre-Install\n\nInstall selenium driver (geckodriver) from Linux repo:\n\nIf your using Arch Linux:\n[install](https://archlinux.org/packages/extra/x86_64/geckodriver/)\n\n## Install\n\nclone this repository:\n\n```sh\ngit clone https://github.com/ZeroNiki/Yand.git\n```\n\n```sh\ncd Yand\n```\n\ncreate virtual env:\n\n```sh\npython3 -m venv venv\n```\n\n```sh\nsource venv/bin/activate\n```\n\ninstall requirements:\n\n```sh\npip install -r requirements.txt\n```\n\n## Start\n\nin 'src/yandex.py' add your selenium driver path:\n\n```python\nservice = Service('/path/to/your/geckodriver') # default /usr/bin/geckodriver\n```\n\nin `src/.env` add full path to your music dir and api key from [Genius](https://docs.genius.com/)\n\n```\nFULL_DIR=/path/to/your/music_dir/\n\nYT_LINK=https://yt.artemislena.eu/search?q=\n\nGENIUS_API=your api from Genius\n```\n\nlet's start:\n\n## Usage\n\n```sh\npython3 yand [url]\n```\n\nor (if you're in linux)\n\n```\nchmod +x yand\n\n./yand [url]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeroniki%2Fyand","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeroniki%2Fyand","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeroniki%2Fyand/lists"}