Skip to content

Python wrapper for Yandex.Music frontend api for manipulating history

Notifications You must be signed in to change notification settings

Gosunov/ya-music-frontend-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Ya-music-frontend-api

Python wrapper for Yandex.Music frontend api for manipulating history

To use this, you need to obtain your Session_id cookie from Yandex.Music.

Example

from ya_music import Client

session_id = 'secret'
client = Client(session_id)

client.get_history()
client.clear_history()
client.add_to_history('2269771:225060')

About

Python wrapper for Yandex.Music frontend api for manipulating history

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages