A common ask is 'how do I dump a playlist to a spreadsheet?'. Add a short recipe to the docs (e.g. a new section in docs/guides/) that fetches a playlist with SpotifyClient.get_playlist(...) and writes name, artist, album, duration_ms rows to CSV with the stdlib csv module.
Acceptance criteria
- A runnable ~15-line snippet using only the public API + stdlib.
- Added to the docs nav (
mkdocs.yml) and builds under mkdocs build --strict.
Great first docs contribution — no library code changes required.
A common ask is 'how do I dump a playlist to a spreadsheet?'. Add a short recipe to the docs (e.g. a new section in
docs/guides/) that fetches a playlist withSpotifyClient.get_playlist(...)and writesname, artist, album, duration_msrows to CSV with the stdlibcsvmodule.Acceptance criteria
mkdocs.yml) and builds undermkdocs build --strict.Great first docs contribution — no library code changes required.