Skip to content
/ Yand Public

Simple cli-tool for downloding music from yandex music

Notifications You must be signed in to change notification settings

ZeroNiki/Yand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yand

Navigation

About

lib:

  • yt-dlp
  • selenium
  • requests
  • bs4
  • pyfiglet
  • wget

Cli-tool for download music from yandex music

Pre-Install

Install selenium driver (geckodriver) from Linux repo:

If your using Arch Linux: install

Install

clone this repository:

git clone https://github.com/ZeroNiki/Yand.git
cd Yand

create virtual env:

python3 -m venv venv
source venv/bin/activate

install requirements:

pip install -r requirements.txt

Start

in 'src/yandex.py' add your selenium driver path:

service = Service('/path/to/your/geckodriver') # default /usr/bin/geckodriver

in src/.env add full path to your music dir and api key from Genius

FULL_DIR=/path/to/your/music_dir/

YT_LINK=https://yt.artemislena.eu/search?q=

GENIUS_API=your api from Genius

let's start:

Usage

python3 yand [url]

or (if you're in linux)

chmod +x yand

./yand [url]

Releases

No releases published

Packages

No packages published

Languages