Giter VIP home page Giter VIP logo

discord-vanity-grabber's Introduction

Discord Vanity Grabber

Simple Python script for grabbing vanity URLs on Discord. Given a vanity, guild and Discord user token, the script will attempt to claim the vanity for the given guild as soon as it becomes available.


Getting Started

The following instructions will get you up and running with the Discord Vanity Grabber.


Dependencies

  1. Python (3.8+)

Setup:

The following steps should be under the pretence that the prerequistes are installed and are functioning correctly.

๐Ÿš€ Install --> Releases

Next, you need to fill in the following variables within the script's config.py file:

# Discord User Token
# This can be found by pressing Ctrl+Shift+I in Discord, Application > Local Storage > Token.
# This token must have admin privileges in the guild you want to change the vanity of.
TOKEN = ""

# Discord Vanity
# This is the vanity you want to change to.
VANITY = ""

# Discord Guild ID
# This is the ID of the guild you want to change the vanity of.
GUILD_ID = ""

That's about it! You're now ready to run the script. To do so, run the following command:

$ python main.py

You should then see the following output:

Starting checker...
Checking...
Vanity is not available, waiting...

The script will then continue to check the availability of the vanity every 10 seconds. Once the vanity becomes available, the script will claim it and exit with the following output:

Vanity is available, changing...

discord-vanity-grabber's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.