Skip to content

mlasch/spotify-yoda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify song logger

This tools logs all songs played by an account and saves them in a local database. Spotify themselves do not offer such a feature to search all song played.

Usage

The client_id and client_secret should be generated on the Spotify Developers Dashboard. access_token and refresh_token can be initialized with a random string, the will be overwritten with new values from the OAuth2 sequence.

default.ini

client_id = <xxx>
client_secret = <yyy>
access_token = <foo>
refresh_token = <bar>
./server.py

About

Spotify played song logger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages