Docker container to forward Amazon Dash button presses to arbitrary URLs
HOWTO: Find your Dash's MAC address
docker pull osbert/dash-listen docker run -d --net=host -e DASH_MAC_ADDRESS=re:ad:ab:ov:e0 -e URL_CALLBACK=http://url/to/callback osbert/dash-listen
Listens for button presses from the given DASH_MAC_ADDRESS
and issues HTTP GET requests to URL_CALLBACK
.