Skip to content
forked from bjarneo/Pytify

Use this cli application as a Spotify remote. Including search and start songs.

License

Notifications You must be signed in to change notification settings

adam410/Spotipy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Contributors

@joined - OS X

About

Use this cli application as a Spotify remote. Including search and start songs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%