Skip to content

Python wrapper for v2 SoundCloud API | IM ADDING LISTENING HISTORY

License

Notifications You must be signed in to change notification settings

CosmicSage/soundcloud.py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python wrapper for v2 SoundCloud API | IM ADDING LISTENING HISTORY

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%