Skip to main content

Python wrapper for the internal v2 SoundCloud API.Does not require an API key.

Project description

soundcloud.py

Tests Coverage Status Supported Python Versions Version License Monthly Downloads

Python wrapper for some of the internal v2 SoundCloud API (read/GET only methods). Does not require an API key.

NOTE: This is NOT the official SoundCloud developer API

SoundCloud is not accepting any more application registration requests ^1 so I made this library so developers can use SoundCloud's internal API for their projects.

Documentation

https://7x11x13.xyz/soundcloud.py

Installation

pip install soundcloud-v2

Example

from soundcloud import SoundCloud

sc = SoundCloud(auth_token="auth_token")
assert sc.is_client_id_valid()
assert sc.is_auth_token_valid()
me = sc.get_user_by_username("7x11x13")
assert me.permalink == "7x11x13"

Notes on auth_token

Some methods require authentication in the form of an OAuth2 access token. You can find your token in your browser cookies for SoundCloud under the name "oauth_token". A new token will be generated each time you log out and log back in.

Notes on **kwargs

All API methods have a **kwargs argument which you can use to pass extra, undocumented arguments to the SoundCloud v2 API in case I missed some parameter which you find useful. If this is the case, feel free to create an issue or pull request to document the missing argument.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

soundcloud_v2-1.7.0.tar.gz (17.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

soundcloud_v2-1.7.0-py3-none-any.whl (20.7 kB view details)

Uploaded Python 3

File details

Details for the file soundcloud_v2-1.7.0.tar.gz.

File metadata

  • Download URL: soundcloud_v2-1.7.0.tar.gz
  • Upload date:
  • Size: 17.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for soundcloud_v2-1.7.0.tar.gz
Algorithm Hash digest
SHA256 ce6789f5d7966c38939d52c7fcb326197592c06d68d5585859fa0a4f98c095c9
MD5 9f3f667c771b4807d7fb669950734d58
BLAKE2b-256 f187abf8b9f9075c908b4433ee31ca856f9be068dc4315a71e05e9a384ba3a1f

See more details on using hashes here.

File details

Details for the file soundcloud_v2-1.7.0-py3-none-any.whl.

File metadata

  • Download URL: soundcloud_v2-1.7.0-py3-none-any.whl
  • Upload date:
  • Size: 20.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for soundcloud_v2-1.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ff7e37ed65f655f7d66f9819b266915499489ac640a58c3fb173101d7eebeb2b
MD5 74b6689d29906896c3c7f544aadb62fa
BLAKE2b-256 bdcc77c1d8edd12770ce643f85c0050045ec7bd0d8b440447699f0e863fc136a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page