No description
Find a file
2019-09-28 21:16:00 -05:00
scrobbler client: use new scrobble endpoint 2019-09-28 21:16:00 -05:00
COPYING.md add scrobbler client files 2019-09-28 06:08:48 -05:00
README.md add scrobbler client files 2019-09-28 06:08:48 -05:00
requirements.txt add scrobbler client files 2019-09-28 06:08:48 -05:00

scrobbler-client

Example client showing how to use the Scrobbler API.

Setup

pip3 install -r requirements.txt
python3 -m scrobbler

TODO: You can run the scrobbler as a user service with systemd or something, but I don't know how to do it.