1 # -*- coding: utf-8 -*-
2 """WebServices API credentials and ressources
4 from datetime import timedelta
6 LFM = {'apikey': 'NG4xcDlxcXJwMjk4MTZycTgwM3E3b3I5MTEzb240cG8',
7 'host':'ws.audioscrobbler.com',
11 ECH = {'apikey': 'WlRKQkhTS0JHWFVDUEZZRFA',
12 'host': 'developer.echonest.com',
16 WAIT_BETWEEN_REQUESTS = timedelta(days=0, seconds=2)
19 # vim: ai ts=4 sw=4 sts=4 expandtab