This project is a Python script that automates the process of sniping vanity URLs on Discord. It uses a list of tokens and proxies to attempt to claim a specified vanity URL for a given guild.
- Automated vanity URL sniping
- Proxy support
- Configurable delay between snipe attempts
- Console logging with different levels of severity
- Clone the repository.
- Install the required Python packages
- Configure the
config.toml
file with your desired settings. - Insert your tokens and proxies into the
tokens.txt
andproxies.txt
files, respectively. - Run the script using
python main.py
.
The config.toml
file contains the following options:
delay
: The delay between snipe attempts, in seconds.guild_id
: The ID of the guild for which to snipe the vanity URL.new_vanity_url
: The vanity URL to snipe.
Some of the code in this project was copied from User319183's Discord Joiner, which is a modified version of this project. The original code has been modified to suit the needs of this project.
This script is for educational purposes only. Misuse of this script may violate Discord's Terms of Service. The author is not responsible for any actions taken by those who use this script.
This project is licensed under the MIT License. See the LICENSE
file for more details.