Skip to content

Instantly share code, notes, and snippets.

View SpiralAPI's full-sized avatar
🖥️
Programming

Arlo SpiralAPI

🖥️
Programming
View GitHub Profile
@SpiralAPI
SpiralAPI / webhookproxy.py
Last active January 6, 2024 18:17
Queue-based Discord Webhook Proxy (Designed for roblox)
# Made by SpiralAPI
# This system automatically ratelimits all requests, with the downside of not returning errors when there is an issue with your Webhook Data.
# Workaround: Don't switch your proxy to this one until you are certain that it is functional.
# If you do use this, I highly suggest hosting this alongside Nginx and UWSGI. Your welcome!
# edit: this is pretty old, it works but theres better ways to do it
# //IMPORTS
from flask import Flask, request, jsonify