view 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
line wrap: on
line source
import musixmatch 

try:
	chart = musixmatch.ws.track.chart.get(country='it', apikey=apikey)
except musixmatch.api.Error, e:
	pass