Skip to content

Web app that can tell you your top artists and tracks

Notifications You must be signed in to change notification settings

mhdask/spotifytop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Spotifytop is a tool that enables users to see their top artists and tracks and create a playlist based on those.

To start tool, configure main, e.g.

server := web.Web{
	ServerPort:   "8888",
	State:        "secret",
	RedirectHost: "https://example.org",
	CookieKey:    []byte("secret"),
}

The tool uses spotify authentication, and stores the authtoken for the user. When the user logs out, the token is deleted (the browser might cache the auth process from spotify)

About

Web app that can tell you your top artists and tracks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published