Skip to content

Instantly share code, notes, and snippets.

@aaptel
aaptel / radprox.py
Created January 9, 2018 18:26
radprox
#!/usr/bin/python3
#
# radprox.py --- web radio proxy
#
# Run and open http://localhost:8080/?url=<any web radio url>
#
# Aurélien Aptel <aurelien.aptel@gmail.com>
#
# based on
# http://voorloopnul.com/blog/a-python-proxy-in-less-than-100-lines-of-code/