Skip to content

Docs: add a 'Spotify playlist → CSV' recipe #144

Description

@AliAkhtari78

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions