Skip to content

Simple script to post simple values to IFTTT's Maker channel. Useful for calling at the end of a long-running job to notify you when the job is complete using a combination of Maker with a something like Telegram, Slack, Pushbullet, Pushover, etc.)

License

Notifications You must be signed in to change notification settings

zerodivide1/notify_ifttt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

notify_ifttt

Simple script to post simple values to IFTTT's Maker channel. Useful for calling at the end of a long-running job to notify you when the job is complete using a combination of Maker with a something like Telegram, Slack, Pushbullet, Pushover, etc.)

Requirements

Configuration

  1. Create a file at ~/.config/notify_ifttt
  2. Add a configuration variable IFTTT_MAKER_KEY with the value of the IFTTT Maker channel key. For example:
IFTTT_MAKER_KEY=abcdef0123456789...

Installation

  1. Clone the repository: git clone https://github.com/zerodivide1/notify_ifttt.git
  2. Copy the script to a location on your path, e.g. /usr/local/bin
  3. Ensure the script is executable: chmod +x /usr/local/bin/notify_ifttt
  4. Configure as described in the "Configuration" section.

About

Simple script to post simple values to IFTTT's Maker channel. Useful for calling at the end of a long-running job to notify you when the job is complete using a combination of Maker with a something like Telegram, Slack, Pushbullet, Pushover, etc.)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages