Skip to main content

A Python wrapper for the SoundCloud API

Project description

PySoundCloud

PySoundCloud is a Python wrapper for the SoundCloud API.

Basic Usage

To use PySoundCloud just import the client. This handles all of the interactions with the API

from pysoundcloud import Client
# Replace this with your client ID
client = Client("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")

From there you can use all of the functions of the client. The following example searches for the track her eyes ekae remix and then prints the artist of the track and the title

results = client.search("her eyes ekae remix")
track_title = results[0].title
track_artist = results[0].user.username
print(f"{track_artist} - {track_title}")

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

PySoundCloud-2020.6.2-py3-none-any.whl (18.1 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