Skip to content

Parses webhooks and forwards them in the proper format to Discord.

License

Notifications You must be signed in to change notification settings

huseyinorer/skyhook

 
 

Repository files navigation

I have made some customizations on the BaseProvider and BitbucketProvider. I have made them noticeable with special colors and emojis based on the statuses on Bitbucket.

Setup

  1. Create a webhook in Discord (Server Settings -> Webhooks -> Create Webhook)
  2. Copy the webhook url
  3. Turn the Discord webhook url into a skyhook webhook url like so:
Replace discord.com in url with skyhookapi.com
https://discord.com/api/webhooks/firstPartOfWebhook/secondPartOfWebhook
->
https://skyhookapi.com/api/webhooks/firstPartOfWebhook/secondPartOfWebhook
  1. Add the provider you want to the end of the url:
https://skyhookapi.com/api/webhooks/firstPartOfWebhook/secondPartOfWebhook/providerGoesHere

Supported Providers

Deploying

License

skyhook is available under the MIT license. See the LICENSE file for more info.

\ ゜ o ゜)ノ

About

Parses webhooks and forwards them in the proper format to Discord.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.4%
  • HTML 1.4%
  • Dockerfile 0.2%