Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am burrwebb on github.
* I am burrwebb (https://keybase.io/burrwebb) on keybase.
* I have a public key ASDwOesQtKkh-GsPwORFu3UsrybSgq8rsKbtYOlBSmtvhgo
To claim this, I am signing this object:
@burrwebb
burrwebb / discord_webhook_example.py
Last active November 12, 2018 00:24
Python Discord webhook example
import requests
import json
webhook = 'https://discordapp.com/api/blah/blah'
header = {
"content-type": "application/json"
}
body = {