Skip to content
View m-p-3's full-sized avatar

Sponsoring

@laurent22
Block or Report

Block or report m-p-3

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. IFTTT Maker Webhook for Deluge notif... IFTTT Maker Webhook for Deluge notifications when a new torrent is created
    1
    #!/bin/bash
    2
    IFTTT_KEY="#####"
    3
    IFTTT_TRIGGER="deluge_add"
    4
    TORRENT_ID="$1"
    5
    TORRENT_NAME="$2"
  2. Send hostname and IP address of a sy... Send hostname and IP address of a system through IFTTT as a notification when the system is up (Debian/Ubuntu/Raspbian)
    1
    # Instructions
    2
    
    
    3
    Trigger: Webhooks, Receive a web request  
    4
    Event Name: *ip_addr*  
    5
    
    
  3. Reddit to Discord Webhook in IFTTT Reddit to Discord Webhook in IFTTT
    1
    This: Reddit
    2
    Trigger: Any new post in subreddit
    3
    That: Webhooks
    4
    Action: Make a web request
    5
    URL: (your Discord webhook URL, DO NOT SHARE)