OP 29 November, 2024 - 05:42 PM
Greetings friends, while doing instagram username research, I wrote a little code and wrote a checker and genarator with support from chatgbt
The system can generate either letter-based, number-based or mixed combinations.
instagram makes us check it and if it is not there, it puts it in front of us.
making 50 at a time
if you want
You can edit the 50 and have as much production as you want
I'd appreciate a comment if it worked for you
The system can generate either letter-based, number-based or mixed combinations.
instagram makes us check it and if it is not there, it puts it in front of us.
making 50 at a time
if you want
Code:
for ($i = 0; $i < 50; $i++) {
$username = generateUsername($length, $usernameType);
if (checkInstagramUsername($username)) {
$availableUsernames[] = $username;
} else {
$takenUsernames[] = $username;
}
}
You can edit the 50 and have as much production as you want
I'd appreciate a comment if it worked for you
"Stealing from the rich, giving to the poor – but joining the crew comes at a cost..."