Open the song playing on BAGeL Radio in Spotify.
- MacOS
- Python
- python requests
- Add
main.py
toPATH
.
Ensure that ~/bin
exists.
mkdir -p ~/bin
Ensure that ~/bin
's on your PATH
.
echo $PATH | grep bin
Create a symbolic link to spotty_bagel/main.py
in ~/bin
.
ln -s spotty_bagel/main.py ~/bin/main.py
Or use my application Binify to do it for you.
-
Get a developer client ID and secret for Spotify with these instructions
-
(Optional) Add BAGeL Radio to VLC Media Player with
Run spotty_bagel
in your terminal when there's a song on that you like and it'll open (and start playing) in Spotify.