Skip to content

Instantly share code, notes, and snippets.

@pugson
Created August 11, 2016 22:28
Show Gist options
  • Save pugson/fdc9151b6645e56ef955785d4dcc0fd5 to your computer and use it in GitHub Desktop.
Save pugson/fdc9151b6645e56ef955785d4dcc0fd5 to your computer and use it in GitHub Desktop.
Send Telegram Bot Notification when a torrent finishes downloading in Transmission
#!/bin/sh
# Replace chat_id value with your chat id from @myidbot
# Replace XXXXXXXXX:xxxxxxxxxxxxxxxxxxxxx with your bot token from @BotFather
curl --data chat_id=XXXXXXXXX --data-urlencode text=�~\~E\ $TR_TORRENT_NAME "https://api.telegram.org/botXXXXXXXXX:xxxxxxxxxxxxxxxxxxxxx/sendMessage"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment