Skip to content

Instantly share code, notes, and snippets.

@mythosil
Last active August 29, 2015 13:56
Show Gist options
  • Save mythosil/9148578 to your computer and use it in GitHub Desktop.
Save mythosil/9148578 to your computer and use it in GitHub Desktop.
import soundcloud
client = soundcloud.Client(client_id=CLIENT_ID)
tracks = client.get('/tracks', q='search query', genres='funk', bpm={ 'from': 110, 'to': 130 })
print vars(tracks)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment