Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Discord Username Availability Checker

English English

A Python script to check the availability of a list of usernames via HTTP POST requests to an API. It manages rate limiting, interacts with the user to stop or continue the process, and displays results in a user-friendly way. 😊

Installation & Usage

1️⃣ Install Required Dependencies

Ensure you have requests installed:

pip install requests

2️⃣ Configure the Script Modify usernames list inside the script.

3️⃣ Run the Script

python discord_username_checker.py

Français Français

Un script Python permettant de tester la disponibilité d'une liste de noms d'utilisateur via des requêtes HTTP POST envoyées à une API. Il gère les limitations de taux, interagit avec l'utilisateur pour arrêter ou continuer le processus, et affiche les résultats. 😊

Installation & Utilisation

1️⃣ Installer les dépendances nécessaires

Assurez-vous d'avoir requests installé :

pip install requests

2️⃣ Configurer le script Modifiez les usernames dans le script.

3️⃣ Exécuter le script

python discord_username_checker.py

About

Test the availability of a list of usernames via HTTP POST requests sent to an API. It manages rate limitations, interacts with the user to stop or continue the process, and displays results in a user-friendly way.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Contributors

Languages