https://github.com/mfurquimdev/spotify-fetcher
https://github.com/mfurquimdev/spotify-fetcher
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mfurquimdev/spotify-fetcher
- Owner: mfurquimdev
- License: mit
- Created: 2023-11-05T22:32:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-03T02:12:24.000Z (over 2 years ago)
- Last Synced: 2025-09-03T10:38:48.635Z (10 months ago)
- Language: Python
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spotify-fetcher
This project fetches your saved tracks from Spotify.
[](https://github.com/psf/black)
[](https://pycqa.github.io/isort/)
[](https://github.com/astral-sh/ruff)
[](https://mypy-lang.org/)
## Install dependencies
```bash
pdm install --dev
```
## Start backend
To start
```bash
pdm start
```
## Test login
```bash
http GET http://localhost:56626/login
```
## Test redirection
```bash
rm -f .spotipyoauthcache
http --follow GET http://localhost:56626/saved_tracks
```
## Test saved tracks
```bash
http --follow GET http://localhost:56626/saved_tracks
```