Skip to content

Instantly share code, notes, and snippets.

@p-kos
p-kos / setup-dashbutton.py
Created April 11, 2020 19:03 — forked from fffonion/setup-dashbutton.py
Setting up dash button without Amazon App
import requests
import re
import sys
# Initial work from: https://mpetroff.net/2016/07/new-amazon-dash-button-teardown-jk29lp/
h = requests.Session()
BASE_URL = "http://192.168.0.1"