]> kaliko git repositories - mpd-sima.git/blobdiff - sima/__init__.py
Add EchoNest top tracks
[mpd-sima.git] / sima / __init__.py
index bd387be9e61a1cb4dfa968f1d760a159e809a759..1ceac624553e4f8261fcdc3e5d886010bc1694d3 100644 (file)
@@ -1,6 +1,16 @@
 # -*- coding: utf-8 -*-
+"""WebServices API credentials and ressources
+"""
 
+LFM = {'apikey': 'NG4xcDlxcXJwMjk4MTZycTgwM3E3b3I5MTEzb240cG8',
+       'host':'ws.audioscrobbler.com',
+       'version': '2.0',
+       }
+
+ECH = {'apikey': 'WlRKQkhTS0JHWFVDUEZZRFA',
+       'host': 'developer.echonest.com',
+       'version': 'v4',
+       }
 
-# VIM MODLINE
-# vim: ai ts=4 sw=4 sts=4 expandtab
 
+# vim: ai ts=4 sw=4 sts=4 expandtab