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}")
Release files for PySoundCloud 2020.6.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| PySoundCloud-2020.6.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / PySoundCloud-2020.6.2-py3-none-any.whl
| Download URL | PySoundCloud-2020.6.2-py3-none-any.whl |
|---|---|
| Size | 18.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
77545695b1ba0267c2f70d589d9149f4f31d6de76ac91d4bdd15f71781206258
|
|
BLAKE2b-256 checksum How to use checksums |
e358a034a2beb09d88e3cb22db5509d439f56f0389b6bb1a31e9a5cec046e248
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|