Skip to content

Instantly share code, notes, and snippets.

@suzukiken
Last active August 29, 2015 14:23
Show Gist options
  • Save suzukiken/1863d89c12013427e72c to your computer and use it in GitHub Desktop.
Save suzukiken/1863d89c12013427e72c to your computer and use it in GitHub Desktop.
post-ifttt-maker.py
import requests
requests.post("http://maker.ifttt.com/trigger/button_pressed/with/key/YOUR_SECRET_KEY", json={"value1": "Hello world."})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment