Skip to content

Instantly share code, notes, and snippets.

@eob
Created August 9, 2015 10:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eob/d597f558890c2c05a73a to your computer and use it in GitHub Desktop.
Save eob/d597f558890c2c05a73a to your computer and use it in GitHub Desktop.
record-poop.py
def record_poop():
data = {
"Timestamp": time.strftime("%Y-%m-%d %H:%M"),
"Measurement": 'Poopy Diaper'
}
requests.post(MAGIC_FORM_URL, data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment