Skip to content
/ shpotipy Public

A python based command line interface to spotify

Notifications You must be signed in to change notification settings

g-bon/shpotipy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spotipy

A python based command line interface for spotify.

The project is a python implementation of Shpotify by Harish Narayanan.

The projects was created to support token based authentication of Spotify's search API.

To make search work please get your credentials from https://developer.spotify.com/ and set your client id and client secret in configuration.py or calling spotipy login and following instructions.

Usage:

spotipy play [(album | artist | playlist | uri) <query>]
spotipy next
spotipy prev
spotipy replay
spotipy pos [<time>]
spotipy pause
spotipy quit
spotipy vol [show | up | down | set <amount>]
spotipy status
spotipy share (uri | url)
spotipy shuffle
spotipy repeat
spotipy login