https://github.com/ngn13/clyde-blocker
block discord's annoying AI bot
https://github.com/ngn13/clyde-blocker
clyde clyde-bot clyde-bot-block discord-block discord-bot
Last synced: 3 months ago
JSON representation
block discord's annoying AI bot
- Host: GitHub
- URL: https://github.com/ngn13/clyde-blocker
- Owner: ngn13
- License: mit
- Created: 2023-08-12T12:55:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-12T13:12:43.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T06:11:35.411Z (4 months ago)
- Topics: clyde, clyde-bot, clyde-bot-block, discord-block, discord-bot
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## 🤖 Clyde Block Script
Just a simple python script to block discord's "AI" bot, clyde
## 📑 Usage
### Windows
- Download the latest release from the [releases tab](https://github.com/ngn13/clyde-blocker/releases)
- Double click on the EXE file to run it
- You may see a smart screen dialog with the title "Windows Protected Your PC"
or something like that, windows is just complaining because the executable is not signed
(it does not have a certificate), click on "Run anyway"### Linux (and macos)
Just copy the `main.py` script and run it with python (version 3), make sure
you have `requests` module installed, if you don't have it installed, then install
it with your package manager.For example if you are on arch:
```bash
sudo pacman -S python-requests
```
## âš™ Getting your discord token
The program will ask you to enter your discord token, if you don't know
how to get your token, [here's a random tutorial that i found on youtube](https://www.youtube.com/watch?v=b1SY4zTNnAE)And if get any errors etc. [create an issue](https://github.com/ngn13/clyde-blocker/issues)