Welcome to ignFinder! This project is a simple script that scans accounts to find good claimable usernames. 🌟
- Fast: Quickly scans through usernames.
- Configurable: Easy to set up and customize.
- Efficient: Finds the best usernames for you.
Follow these steps to get started:
git clone https://github.com/AmnezziaCS/ignFinder.git
cd ignFinder
npm ci
Copy the .env.example
to .env
and configure it:
cp .env.example .env
npm run dev
The configuration is done via the .env
file. Here are the available options:
ROOT_URL
: The base URL for the service (default:https://github.com/
).MIN_LENGTH
: The minimum length of the usernames to check (default:3
).
The script reads usernames from the dictionaries/usernames.txt
file and checks their availability. The results are saved in:
dictionaries/usernames-checked.txt
: Usernames that have been checked.dictionaries/usernames-claimable.txt
: Usernames that are claimable.