Skip to content

Instantly share code, notes, and snippets.

View Buggem's full-sized avatar
💭
​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​

Max Parry Buggem

💭
​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​
View GitHub Profile
@Buggem
Buggem / index.html
Last active March 23, 2024 07:03
Simple discord mp3 upload example
<!doctype html>
<html>
<head>
<title>Simple MP3 Upload Demo</title>
</head>
<body>
<form enctype="multipart/form-data" action="http://localhost:3000/upload?upload_progress_id=12344" method="POST">
Choose a file to upload: <input name="uploadedfile" type="file" /><br />
<input type="submit" value="Upload File" />
</form>
@Buggem
Buggem / counting-privacy-policy.md
Last active February 3, 2024 08:47 — forked from tt2468/counting-privacy-policy.md
Privacy Policy for counting#5250

Privacy Policy

De useg of this epplactionaytion ("te Bet") in a sarver requre sum of collection of some spicifec urser deta ("DERTAS"). The DERTAS collek includ, bit as nat lematted to Descurd usar ID vellus. Uz ov Bet is considered an agreement to the terms of this Policy.

Access to DERTAS

Akzez to DERTAS iz unly parmetid to Bet's dovilapes, an unly en e skop requir fur de divalopmin, tisting, and inpliminationyu of feturz fer Bet. DERTAS ares nat seld, praved ta, ar sherd with any third party, except where required by law or a Terms of Service agreement. You may view the data we store about you by asking in our #suppert channul en de counting gilled.

Storage of DERTAS

@Buggem
Buggem / anonymousdiscorder.py
Last active March 24, 2024 06:43
send messages as bots!
credits = '''
ANONYMOUSDISCORDER.PY is apart of the \'undefined\' project, a project dedicated to
HIDING YOUR IDENTITY!
'''
token = '' # here goes the token
from subprocess import run
import asyncio