funkwhale/api/funkwhale_api/contrib/scrobbler
jo 054a9e54f5
docs: fix spelling errors (pre-commit)
2022-11-24 01:43:36 +01:00
..
README.rst
__init__.py
funkwhale_ready.py chore: format files using isort (pre-commit) 2022-11-23 21:55:37 +01:00
funkwhale_startup.py
scrobbler.py docs: fix spelling errors (pre-commit) 2022-11-24 01:43:36 +01:00

README.rst

Scrobbler plugin
================

A plugin that enables scrobbling to ListenBrainz and Last.fm.

If you're scrobbling to last.fm, you will need to create an `API account <https://www.last.fm/api/account/create>`_
and add two variables two your .env file:

- ``FUNKWHALE_PLUGIN_SCROBBLER_LASTFM_API_KEY=apikey``
- ``FUNKWHALE_PLUGIN_SCROBBLER_LASTFM_API_SECRET=apisecret``