tr8cks

Python wrapper for the 8tracks.com ReSTful API
Download

tr8cks Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Price:
  • FREE
  • Publisher Name:
  • Whitney O'Banner
  • Publisher web site:
  • https://github.com/wh1tney/

tr8cks Tags


tr8cks Description

tr8cks is a Python wrapper for the 8tracks.com ReSTful API.WHYBecause pythotr8cks is a Python wrapper for the 8tracks.com ReSTful API.nistas love music, too.HOWInstall:pip install tr8cksUsage:from tr8cks.Client import *# create new clientclient = Client(api_key="1234567", login="dubstepdebbie") # get the latest jazz mixesmixes = client.mixes(tags="jazz", sort="recent")# skip to the next trackclient.sets("skip")# list mixes made by a userclient.users("johndoe", "mixes")Note, user credentials should be securely obtained from the user and not passed as string literals.Product's homepage


tr8cks Related Software