Skip to content

Bash script to post SABnzdb notifications to Discord

Notifications You must be signed in to change notification settings

Krojack/SABnzdb_discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Bash script to post SABnzdb notifications to Discord

Basic config settings within the file..

The name that the message shows as from in Discord.

CLIENT="SABnzbd"

The channel webhook you created to post to.

WEBHOOK="https://discord.com/api/webhooks/......"

You can also create a thread within the above channel and post the message to that. This is the ID of that thread channel. Uncomment if you want the message to go to the channel.

THREAD_ID="1234567890"

If you wish to change the icon image change this.

AVATAR="https://static-00.iconduck.com/assets.00/sabnzbd-text-icon-256x256-k89vgimn.png"

About

Bash script to post SABnzdb notifications to Discord

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages