


Public resources, simply provide a client id when creating a Client The client instance can then be used to fetch or modify resources: tracks = client.get('/tracks', limit=10)Īll OAuth2 authorization flows supported by the Soundcloud API areĪvailable in soundcloud-python. Passing at a minimum the client id you obtained when you registeredĬlient = soundcloud.Client(client_id=YOUR_CLIENT_ID) To use soundcloud-python, you must first create a Client instance, Or if you're not hip to the pip: easy_install soundcloud To install soundcloud-python, simply: pip install soundcloud In case you need to reach out to us, please head over to soundcloud-pythonĪ friendly wrapper around the Soundcloud API. We'd be more than happy to make a reference on our developer that the developers can use different SDKs build by the community. We recommend the community to fork this repo in order to maintain the SDK. Please note, at the time of updating this, the repo is already not in sync with the latest API changes. We're instead focusing our efforts on improving the API & the developer platform. This repository is no longer maintained by the SoundCloud team due to capacity constraints. ⚠️ ⚠️DEPRECATED - NO LONGER MAINTAINED ⚠️ ⚠️
