Skip to content

Instantly share code, notes, and snippets.

View AndyIsHereBoi's full-sized avatar

AndyIsHereBoi AndyIsHereBoi

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
@Software-Noob
Software-Noob / migrate-pterodactyl.md
Last active March 26, 2024 19:00
Pterodactyl panel and wings migration

Pterodactyl Migration

Migrating panel

  1. Backup your hidden .env file containing the decryption APP_KEY from /var/www/pterodactyl

  1. Export the database, in this case ours is named panel
@itslukej
itslukej / voice_servers.json
Created March 8, 2020 22:00
List of all of discord's voice servers as of 08-03-2020
[
{
"ip": "185.50.107.211",
"dns": "brazil0.discord.gg",
"city": "Cotia",
"region": "São Paulo",
"country": "BR",
"org": "AS49544 i3D.net B.V"
},
{
@StevenACoffman
StevenACoffman / Homoglyphs.md
Last active April 27, 2024 22:45
Unicode Look-alikes

Unicode Character Look-Alikes

Original Letter Look-Alike(s)
a а ạ ą ä à á ą
c с ƈ ċ
d ԁ ɗ
e е ẹ ė é è
g ġ
h һ
@Bilka2
Bilka2 / webhook.py
Last active April 26, 2024 08:29
Simple discord webhook with python
import requests # dependency
url = "<your url>" # webhook url, from here: https://i.imgur.com/f9XnAew.png
# for all params, see https://discordapp.com/developers/docs/resources/webhook#execute-webhook
data = {
"content" : "message content",
"username" : "custom username"
}
@thomasbnt
thomasbnt / code_colors_discordjs.md
Last active April 8, 2024 21:25
Code colors for embed discord.js

Here is an updated list of the colors that are currently implemented with a name. To using colors on discord.js, this is a typedef Colors, Colors.Aqua to get the Aqua color.

Name Int value Hex Code
Default 0 #000000
Aqua 1752220 #1ABC9C
DarkAqua 1146986 #11806A
Green 5763719 #57F287
DarkGreen 2067276 #1F8B4C