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.6.1.tar.gz (17.6 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.6.1-py3-none-any.whl (20.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for soundcloud_v2-1.6.1.tar.gz
Algorithm Hash digest
SHA256 b6646e7883a9986a92bdfb6caded9ca65453899f90517e47ecf82d21ca0ae627
MD5 1df73ea356d17c6036ae3eb8995c6b85
BLAKE2b-256 a0a35df894f113268c456d3e1ad94a8530ff5a39931a81449507f4627d67dcde

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for soundcloud_v2-1.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 217392f0a904f0e1984d2219ed061b9ec4ec6691bcf1a7160b1a94db3b106ada
MD5 5fd41a978835fa0f799158207ac013de
BLAKE2b-256 dfaf980ec247c2c82b437ba38782d48d1f1ee8801db4f1a5be4f7e4027ed1370

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