Skip to content

k-o-d-e-n/YandexMusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YandexMusic

Partially implementation of Yandex Music API in Swift.

Thanks MarshalX for his API Yandex Music python library.

SPM Dependency

.package(url: "https://github.com/k-o-d-e-n/YandexMusic.git", from: "<%v%>")

Application

Package also has simple console application to play your playlists and feed playlists.

It will the best for my weak computer on Linux :)

CPU

Memory

Usage

<executable> <CLIENT_ID[:CLIENT_SECRET]> [--options]

For example, MusicYa 1a3b5c7d9e:0z8x6y4w2q --vlc.

Compile and run

swift build
swift run

Or generate and run Xcode project swift package generate-xcodeproj.