Skip to main content

Python wrapper for the v2 SoundCloud API

Project description

soundcloud.py

TestsCoverage Status

Python wrapper for some of the v2 SoundCloud API

Installation

pip install soundcloud-v2

Example

from soundcloud import SoundCloud

sc = SoundCloud("client_id", "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"

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.3.7.tar.gz (11.3 kB view hashes)

Uploaded Source

Built Distribution

soundcloud_v2-1.3.7-py3-none-any.whl (13.9 kB view hashes)

Uploaded Python 3

Supported by

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