Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 854 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 854 Bytes

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.