X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2F__init__.py;h=1ceac624553e4f8261fcdc3e5d886010bc1694d3;hb=e8bcefbcb4a56e111af402bdb705436f42cc93e0;hp=bd387be9e61a1cb4dfa968f1d760a159e809a759;hpb=1cc879f39941fc302f9a841a532c9f749797cca4;p=mpd-sima.git diff --git a/sima/__init__.py b/sima/__init__.py index bd387be..1ceac62 100644 --- a/sima/__init__.py +++ b/sima/__init__.py @@ -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