Skip to content

Latest commit

 

History

History
70 lines (48 loc) · 1.83 KB

README.md

File metadata and controls

70 lines (48 loc) · 1.83 KB

Python Webhooks

Version it is! issues (hopefully none)



a simple way to send messages to a discord webhook and more!

Features. Messaging Nitro Gen Spammer

Tested On

Things tested on

Windows:
  Python 3.11
Linux:
  Not tested

if you have tested this and it has worked on your system with diffrent versions and OS make a pull request editing this section

for any issues please create a new issue in the tab and ill try to fix it

Installation

pip install -r requirements.txt

alternatively use

pip install discordwebhooks

Config

++ NOTE ++ the cfg is the same for all python files, if you wish to use another webhook for a diffrent file download it again and configure as such

the cfg.py file should look a little something like this

wh = ""
username = ""
pfp = ""

Change the wh variable to your webhook url

Change the username variable to whatever you would like the username to be

and change the pfp variable to a image url such as https://upload.wikimedia.org/wikipedia/en/thumb/9/9a/Trollface_non-free.png/220px-Trollface_non-free.png

shocking, i know

Running

you just run the python file lol

Your Done!

now simply type in anything you would like the bot to send this follows the same discord md format anyway this was just a little something i whipped up