Skip to content

ChrisPJohnstone/spotify-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Command Line Interface for Spotify using only python standard library.

Uses PKCE Authorization Flow

Usage

  • You can install package with pip install . which will create spotify command in your shell
  • Get further usage information with spotify -h
  • Player commands can only control existing sessions (e.g. listening on mobile)

Examples

  • spotify top-tracks Will get your 20 top tracks for the last 6 months
  • spotify top-tracks --term short_term -n 10 --offset 10 Will get your 11th-20th top tracks for the last 4 weeks
  • spotify saved-tracks Will get your 20 most recently saved tracks
  • spotify next Will skip the current song

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages