/py2ifttt

An interface for triggering ifttt webhooks

Primary LanguagePythonMIT LicenseMIT

Python to IFTTT

A simple interface for triggering IFTTT webhooks


Installation

pip install py2ifttt

Usage

from py2ifttt import IFTTT

ifttt = IFTTT('your key str', 'event_name')
ifttt.notify('value1', 'value2', 'value3')