forked to make it work with song.link instead
				
			
		| 
		
			Some checks failed
		
		
	 Release Maubot Plugin / build (push) Has been cancelled Signed-off-by: Vincent Batts <vbatts@hashbangbash.com> | ||
|---|---|---|
| .github/workflows | ||
| LICENSES | ||
| .gitignore | ||
| base-config.yaml | ||
| example.png | ||
| idonthavespotify.py | ||
| maubot.yaml | ||
| README.md | ||
| requirements.txt | ||
I Don't Have Spotify Maubot 
Find and convert Spotify links shared in Matrix chat rooms automatically to your preferred streaming service using song.link using this Maubot plugin.
Screenshot taken in an Element Desktop in dark mode.
Installation
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 using the song.link API.
Development
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
See also https://docs.mau.fi/maubot/dev/getting-started.html.
