Find and convert Spotify links shared in Matrix chat rooms automatically to your preferred streaming service using idonthavespotify using this Maubot plugin.
Screenshot taken in an Element Desktop in dark mode. The ✅/❓ indicate verification status as reported by the idonthavespotify API.
See https://docs.mau.fi/maubot/usage/basic.html.
The plugin supports one configuration option: API.
This URL will be called to resolve the Spotify link to other streaming services.
For maximum privacy, you can self-host idonthavespotify.
This version of maubot-idonthavespotify is tested to be compatible with idonthavespotify v1.4.1.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
See also https://docs.mau.fi/maubot/dev/getting-started.html.
