The official Doreso API Python client library.
doreso = Doreso('my api key')
d = doreso.song_identify_file('./test.mp3')
print json.dumps(d, indent=4)
Requirement:
ffmpeg
: https://www.ffmpeg.org/requests
: http://docs.python-requests.org/en/latest/