Skip to content

mfurquimdev/spotify-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spotify-fetcher

This project fetches your saved tracks from Spotify.

Code style: black Imports: isort Ruff Checked with mypy

Install dependencies

pdm install --dev

Start backend

To start

pdm start

Test login

http GET http://localhost:56626/login

Test redirection

rm -f .spotipyoauthcache
http --follow  GET http://localhost:56626/saved_tracks

Test saved tracks

http --follow  GET http://localhost:56626/saved_tracks

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages