Skip to content

Instantly share code, notes, and snippets.

@suzukiken
suzukiken / gist:1863d89c12013427e72c
Last active August 29, 2015 14:23
post-ifttt-maker.py
import requests
requests.post("http://maker.ifttt.com/trigger/button_pressed/with/key/YOUR_SECRET_KEY", json={"value1": "Hello world."})