Skip to content

Instantly share code, notes, and snippets.

View Kqzz's full-sized avatar
⌨️
cd ~

Kqzz Kqzz

⌨️
cd ~
  • United States
  • 05:54 (UTC -04:00)
View GitHub Profile
@parmentf
parmentf / GitCommitEmoji.md
Last active June 7, 2024 18:35
Git Commit message Emoji
@jagrosh
jagrosh / Github Webhook Tutorial.md
Last active June 7, 2024 04:59
Simple Github -> Discord webhook

Step 1 - Make a Discord Webhook

  1. Find the Discord channel in which you would like to send commits and other updates

  2. In the settings for that channel, find the Webhooks option and create a new webhook. Note: Do NOT give this URL out to the public. Anyone or service can post messages to this channel, without even needing to be in the server. Keep it safe! WebhookDiscord

Step 2 - Set up the webhook on Github

  1. Navigate to your repository on Github, and open the Settings Settings
@Birdie0
Birdie0 / ifttt-webhooks-extended-guide.md
Last active March 6, 2024 13:38
How to use Discord Webhooks

⚠️ This gist is no longer updated! For maintained, improved and even more extended guide click here.


How to use Discord Webhook

It's a JSON

First, learn JSON. It's not programming language, not even close. Just follow syntax rules and you will be fine.

@rbrick
rbrick / msa.go
Last active February 9, 2024 05:02
package main
import (
"bytes"
"context"
"crypto/tls"
"encoding/json"
"fmt"
"golang.org/x/oauth2"
"golang.org/x/oauth2/microsoft"