Skip to content

Instantly share code, notes, and snippets.

View Vyasdev217's full-sized avatar
💭
Thinking...

Vyasdev Vyasdev217

💭
Thinking...
View GitHub Profile
@Vyasdev217
Vyasdev217 / webhook.py
Last active May 11, 2022 18:26 — forked from Bilka2/webhook.py
Simple discord webhook with python[Forked] : Added simple GUI
import tkinter
import requests #dependency
from tkinter import Scrollbar, Tk,ttk,StringVar
def webhook_send():
global webhookurl
global username
global entry_content
url =webhookurl.get()
#for all params, see https://discordapp.com/developers/docs/resources/webhook#execute-webhook