annotate musixmatch.py @ 2:e0a7176da80a

add YAding's file
author Yading Song <yading.song@eecs.qmul.ac.uk>
date Sat, 20 Apr 2013 14:01:32 +0200
parents
children 8c29444cb5fd
rev   line source
yading@2 1 import musixmatch
yading@2 2
yading@2 3 try:
yading@2 4 chart = musixmatch.ws.track.chart.get(country='it', apikey=apikey)
yading@2 5 except musixmatch.api.Error, e:
yading@2 6 pass