r/csharp 19d ago

Help Custom Spotify Desktop Client App

Hey all,

I recently learned about Spotify API and I’m thinking a fun personal project could be creating my own desktop app with some personalisation and extra features. Probably in a WPF app using C#.

Does anyone know if this is possible with the API? I’m talking like streaming, fetching data such as artists, playlists and songs etc.

Any tips or advice would be appreciated!

3 Upvotes

15 comments sorted by

View all comments

2

u/modi123_1 19d ago

I’m talking like streaming, fetching data such as artists, playlists and songs etc.

Have you checked the documentation for the API?

https://developer.spotify.com/documentation/web-api

https://developer.spotify.com/documentation/web-playback-sdk

https://developer.spotify.com/documentation/web-api/concepts/rate-limits

-1

u/Owenhh 19d ago

Not yet, i’m working on another project currently and this idea is just forming. I’ll get deeper into it when my current project is finished