changeset 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 881c3acf1164
children aeccfa83c7a4 8c29444cb5fd
files musixmatch.py
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/musixmatch.py	Sat Apr 20 14:01:32 2013 +0200
@@ -0,0 +1,6 @@
+import musixmatch 
+
+try:
+	chart = musixmatch.ws.track.chart.get(country='it', apikey=apikey)
+except musixmatch.api.Error, e:
+	pass
\ No newline at end of file