https://github.com/callocgd/the-wall-of-shame
A DiscordWebhook and User Interface that I use in my discord server to hang your victims on the wall with.
https://github.com/callocgd/the-wall-of-shame
dearpygui discord discord-webhook wall-of-shame
Last synced: 4 months ago
JSON representation
A DiscordWebhook and User Interface that I use in my discord server to hang your victims on the wall with.
- Host: GitHub
- URL: https://github.com/callocgd/the-wall-of-shame
- Owner: CallocGD
- License: mit
- Created: 2024-01-25T04:12:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-25T05:29:24.000Z (over 1 year ago)
- Last Synced: 2024-12-30T20:13:53.699Z (6 months ago)
- Topics: dearpygui, discord, discord-webhook, wall-of-shame
- Language: Python
- Homepage:
- Size: 142 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# The Wall Of Shame
The Current tool I use to Label Victims who have wronged me.
It has A user interface with Discord Webhook-Styled Functionality and an easy to use user-interfaceUsing this tool should be a nobrainer for anyone who is familliar with python and
all that you need to do provide in the settings is your discord webhook's url. From there
fill out whatever you need for your server to know about the victim that did you wrong.And now this version of it is open source. I expect to be adding some more features very soon to it
## Example Entries And User Interface
(Real People Not Actors...)
![]()
## How to install
```
pip install -r requirements.txt
```the following libraries will be installed
- httpx
- discord-webhook
- dearpyguiAnd that's it. This tool is tiny and only uses one backend api for help which is https://discordlookup.mesavirep.xyz and that's just for reasolving the user information I need so I can hand them off to `The Wall Of Shame`
## Running
```
python wallofshame.py
```I will compile this library to an executable in pyinstaller very soon for those who don't have python and don't care to install any of this yourself.
## TODOS
- Update the photo in the corner
- Add more features
- compile to .exe
- add workaround discord APIs if the site https://discordlookup.mesavirep.xyz goes down again and if required add Optional Discord API keys to be used...
- add option to ping everyone when a new victim is added