Skip to content

moevis/py2ifttt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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')

About

An interface for triggering ifttt webhooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages