Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 234

Instagram Username Generator & Checker

by Rob1nHood - 29 November, 2024 - 05:42 PM
This post is by a banned member (Rob1nHood) - Unhide
Rob1nHood  
Supreme
20
Posts
5
Threads
4 Years of service
#1
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
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 


Hidden Content
You must register or login to view this content.






[Image: FSQAz8s.png]
"Stealing from the rich, giving to the poor – but joining the crew comes at a cost..."

[Image: 6cEnov3.jpeg]
This post is by a banned member (Truepac99) - Unhide
Truepac99  
Registered
191
Posts
0
Threads
1 Year of service
#2
ty

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)