soundcloud.py icon indicating copy to clipboard operation
soundcloud.py copied to clipboard

Python wrapper for v2 SoundCloud API

Results 7 soundcloud.py issues
Sort by recently updated
recently updated
newest added

Hello Morderator Thank you for writing this wrapper. This wrapper is used by scdl and that's how I found this porject. Ok so you know that Scound cloud doesn;t give...

Presently There's no way to get listening history of a user and I don't think there's anything in API Docs about listening history either. SO is anyone interested in adding...

Was looking into #https://github.com/flyingrub/scdl/issues/431 when I found that `BaseTrack.has_downloads_left` always returned `False` if you were downloading from favorites. I checked the public api page and could not find any mention...

- [ ] Document resource dataclass members and include examples - [ ] More example use cases - [ ] Document kwargs (e.g. limit, offset)

Instead of returning None on invalid requests, raise an error which has more info

I wanted to get the track info of all the `MiniTrack` in the `AlbumPlaylist`, so I filtered all the track ids of `MiniTrack`, saved them in a list, and used...

There are methods for creating and deleting playlists, but currently there is no way to update an existing playlist. The official documentation for updating playlists is here: [https://developers.soundcloud.com/docs/api/explorer/open-api#/playlists/put_playlists__playlist_id_](https://developers.soundcloud.com/docs/api/explorer/open-api#/playlists/put_playlists__playlist_id_) Is it...