A python library for interacting with wfmu.org
This is still very much a WIP.
Get the current live show and song
>>> from pywfmu import WFMUClient
>>> woofmoo = WFMUClient()
>>> woofmoo.show
{'name': "Daniel Blumin's show", 'playlist_id': '126345', 'playlist_link': 'https://www.wfmu.org/playlists/shows/126345'}
>>> woofmoo.song
{'title': 'Kizmiaz', 'artist': 'Don & Francoiz', 'album': 'Cover Songs in Inferno'}
- WFMU.org is powered by KenzoDB, by Ken Garson (http://kenzodb.com).
- Thanks to BurpSuite and Charles for making this project much easier.