Client for async connection to the Soundcloud api.
Project description
Soundcloud python async client
Async client for connecting to the Soundcloud API.
This is a Wrapped API that it is used from soundcloud web browser, its is subjected to changes and NOT OFFICIAL
This package is based on soundcloudpy from Naím Rodríguez https://github.com/naim-prog Original package https://github.com/naim-prog/soundcloud-py
Installation
The package is published on PyPI and can be installed by running:
pip install soundcloudpy
How to get OAuth and Client id
- Go to soundcloud and login in
- Open the "Inspect" tool (F12 on most browsers)
- Refresh the page
- Go to the page "Network" on the inspect terminal
- Search on the column "File" for the "client_id" and the "oauth_token" cookie for "Authorization"
client_id: string of 32 bytes alphanumeric
authorization: string that begins with OAuth and a string (the o-auth token is "OAuth . . .")
Example (OAuth and client_id are NOT real, use yours):
python -m example --client_id jHvc9wa0Ejf092wj3f3920w3F920as02 --auth_token 'OAuth 3-26432-21446-asdif2309fj'
Functions
- Own account details
- User public details
- Own following
- Who to follow
- Last tracks reproduced info
- User profiles from tracks likes
- Track details
- Tracks liked
- Tracks by genre recent
- Tracks by genre popular
- Popular track from user
- Own playlists
- Playlists details
- Playlists by genre
- Playlists from user
- Recommended tracks of a track
- Stream URL's of a track (you can use it to reproduce the audio in VLC for example)
- Comments of a track
- Get mixed selection of playlists
- Search
- Subscribe feed
- Albums from user
- All feed from user
DISCLAIMER
I take no responsability for the issues you may have with your soundcloud account or for breaching the Terms of Use of soundcloud
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file soundcloudpy-0.1.3.tar.gz.
File metadata
- Download URL: soundcloudpy-0.1.3.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2168e2492ef465ab37d0cc44fae694a80f376c272c3a4229c00bb8caf654fb23
|
|
| MD5 |
a3a5e95cea5bf4c8921e391acfdc1dcd
|
|
| BLAKE2b-256 |
d2908950529891c4ca52e821217b7de161e04c8c26ef72da2f649c058219bce1
|
File details
Details for the file soundcloudpy-0.1.3-py3-none-any.whl.
File metadata
- Download URL: soundcloudpy-0.1.3-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8a76d4931ff50f8a37536fa6bb598205e93ad8abd385b461bceccfd1e300cd0
|
|
| MD5 |
2f1a6650f3e2db34203cafcdc5495b53
|
|
| BLAKE2b-256 |
8fc29e884cc20973bc18a72918c785ebee241261d9d6981f4ed0b3ed6fd2b325
|