Spotipy
Search and start songs from command line.
Should work in Linux and OS X.
Supports both python 2 and 3.
![Image of terminal] (http://i.imgur.com/EpUDMJo.gif)
Dependency
pip install requests
Usage
# To start the app type
./cli.py
# next song
./cli.py -n
# prev song
./cli.py -p
# play and pause song
./cli.py -pp
# To symlink this app so you don't need to write python cli.py or ./cli.py do this:
sudo ln -s ~/Path/To/cli.py /usr/local/bin/spotipy
Usage is now
# To start the app type
spotipy
# next song
spotipy -n
# prev song
spotipy -p
# play and pause song
spotipy -pp
Contributing
Contributions are appreciated.