Skip to content

petergs/pywfmu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pywfmu

A python library for interacting with wfmu.org

This is still very much a WIP.

Quickstart

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'}

Acknowledgments

About

A python library for interacting with wfmu.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages