Sends messages to webhhoks with cool options and visuals. Idk why you would need that.
- Multiple Webhook support
- Custom messages
- Option of the amount of messages
- Custom Delay
- Linux and Windows support
Use it on Linux, since it has more features that I couldn’t port to Windows and never tested on Windows. If you don’t have Linux, you can run it in WSL or inside a VM.
Note
It is highly recommended to use a virtual environment:
python3 -m venv .env # only needed oncemacOS/Linux:
source .env/bin/activateWindows:
.env/Scripts/activate.batInstall Packages:
pip3 install -r requirements.txt # only needed once
python3 main_app.pyNote
Depending on your system configuration, use either python/pip or python3/pip3.