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.)
- curl
- jq
- Create a file at
~/.config/notify_ifttt
- Add a configuration variable
IFTTT_MAKER_KEY
with the value of the IFTTT Maker channel key. For example:
IFTTT_MAKER_KEY=abcdef0123456789...
- Clone the repository:
git clone https://github.com/zerodivide1/notify_ifttt.git
- Copy the script to a location on your path, e.g.
/usr/local/bin
- Ensure the script is executable:
chmod +x /usr/local/bin/notify_ifttt
- Configure as described in the "Configuration" section.