Spotimote

Command Line Interface for Spotify
Based on @bjarneo's Spotipy cli
Should work in Linux and OS X.
Supports both python 2 and 3.

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/spotimote

Usage is now

# To start the app type
spotimote

# next song
next

# previous song
prev

# play and pause song
play / pause

Built With

Share this project:

Updates