Skip to content

Instantly share code, notes, and snippets.

View sealldeveloper's full-sized avatar
⌨️
probably breaking something somewhere

sealldev sealldeveloper

⌨️
probably breaking something somewhere
View GitHub Profile
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active June 29, 2024 19:27
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This no longer works in browser!

This no longer works if you're alone in vc! Somebody else has to join you!

Warning

There are now two quest types ("stream" and "play")! Pay attention to the instructions!

@logicguy1
logicguy1 / Login script.md
Last active January 29, 2023 14:13
Discord token login script

A script used to login using only a discord token

Go to the discords login page
https://discord.com/login

Press ctrl + shift + i and navigate to the console tab
Paste the script below and paste your token in the popup

@cnmoro
cnmoro / PIP Ignore SSL Certificate Verification
Created July 21, 2020 20:53
PIP Ignore SSL Certificate Verification
$ pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org pip setuptools