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

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

PySoundCloud-2020.6.2-py3-none-any.whl (18.1 kB view details)

Uploaded Python 3

File details

Details for the file PySoundCloud-2020.6.2-py3-none-any.whl.

File metadata

  • Download URL: PySoundCloud-2020.6.2-py3-none-any.whl
  • Upload date:
  • Size: 18.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for PySoundCloud-2020.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 77545695b1ba0267c2f70d589d9149f4f31d6de76ac91d4bdd15f71781206258
MD5 f94a78dc3cf23984fee1712d6c76cff0
BLAKE2b-256 e358a034a2beb09d88e3cb22db5509d439f56f0389b6bb1a31e9a5cec046e248

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