]> kaliko git repositories - mpd-sima.git/blobdiff - sima/__init__.py
Add EchoNest top tracks
[mpd-sima.git] / sima / __init__.py
index f78f6343e7bd53c0f18cdfba0f1b165e9da84c1c..1ceac624553e4f8261fcdc3e5d886010bc1694d3 100644 (file)
@@ -1,4 +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