Discuss Scratch
- Discussion Forums
- » Questions about Scratch
- » How many 3 letter usernames are left
- KangaCoder
-
1000+ posts
How many 3 letter usernames are left
Probably a lot, as the minimum user requirement is 3 letters.
- Prime689
-
1000+ posts
How many 3 letter usernames are left
There are 46656 combinations of the English alphabet and numbers 0-9. So since 3 letter usernames are rare on Scratch, there might be a very great chance that there's some left.
I've researched btw
I've researched btw
Last edited by Prime689 (March 2, 2021 16:06:21)
- fdreerf
-
1000+ posts
How many 3 letter usernames are left
I've been thinking of a way to check this but I can't find a way to check all 46 000 usernames through code. I could try and do it through Snap! but getting the url block to work seems like a hassle…
- Socialix
-
1000+ posts
How many 3 letter usernames are left
Probably hundreds, or even thousands. This is because Scratch is not that popular (unlike Roblox which ran out of 3 and 4 letter usernames) and not many people take 3 letter usernames.
- 9gr
-
1000+ posts
How many 3 letter usernames are left
this snap! project can help you, just download the xml file and import it into snap.
or you could use this
its broken now
nodejs wont work
or you could use this
its broken now
nodejs wont work
Last edited by 9gr (March 3, 2021 08:04:25)
- ScratchCatHELLO
-
1000+ posts
How many 3 letter usernames are left
7,563 last time I checked, but that was a while ago, it's a hassle to brute force every username
there's - and _ too There are 46656 combinations of the English alphabet and numbers 0-9.
Last edited by ScratchCatHELLO (March 2, 2021 16:45:12)
- Prime689
-
1000+ posts
How many 3 letter usernames are left
Estimation 7,563 last time I checked, but that was a while ago, it's a hastle to brute force every usernamethere's - and _ too There are 46656 combinations of the English alphabet and numbers 0-9.
- ScratchCatHELLO
-
1000+ posts
How many 3 letter usernames are left
Estimation 7,563 last time I checked, but that was a while ago, it's a hastle to brute force every usernamethere's - and _ too There are 46656 combinations of the English alphabet and numbers 0-9.
¿?
- ScratchCatHELLO
-
1000+ posts
How many 3 letter usernames are left
7,563 last time I checked
7,404 now
- Basic88
-
1000+ posts
How many 3 letter usernames are left
You can do it through Roblox too, as they have HTTP requests. Don't spam it, or the Scratch Team will be like “OUR SITE IS DOWN, WE MUST BAN ROBLOX HTTP REQUESTS” I could try and do it through Snap!
I shall upload the code to github if anybody cares to try (I haven't made it yet), it won't be very fast because of the limits Roblox has and I don't want to crash Scratch.
Last edited by Basic88 (March 2, 2021 17:59:40)
- Prime689
-
1000+ posts
How many 3 letter usernames are left
Why sarcasmEstimation 7,563 last time I checked, but that was a while ago, it's a hastle to brute force every usernamethere's - and _ too There are 46656 combinations of the English alphabet and numbers 0-9.
¿?
bruh estimation of usage
- fdreerf
-
1000+ posts
How many 3 letter usernames are left
I'd rather not go through all the usernames overnight, or use Lua as it smells weird, so I'll try and find how to do this in a faster language. I shall upload the code to github if anybody cares to try (I haven't made it yet), it won't be very fast because of the limits Roblox has and I don't want to crash Scratch.
- Flowermanvista
-
1000+ posts
How many 3 letter usernames are left
An important note is that no matter how fast your language is, the Scratch API is limited to 10 requests per second (any faster and you'll start getting 429 errors), so bruteforcing all of the usernames will take about an hour and a half at the minimum.I'd rather not go through all the usernames overnight, or use Lua as it smells weird, so I'll try and find how to do this in a faster language. I shall upload the code to github if anybody cares to try (I haven't made it yet), it won't be very fast because of the limits Roblox has and I don't want to crash Scratch.
However, if you keep a list of the available ones, then the next time you check, you can go through only the ones on that list, so it won't take nearly as long.
- 64lu
-
1000+ posts
How many 3 letter usernames are left
it's also good to note that some usernames are unobtainable, so even if all the obtainable usernames are taken, there will still be some usernames that no-one can get
- KangaCoder
-
1000+ posts
How many 3 letter usernames are left
What do you mean? Like usernames with personal info? it's also good to note that some usernames are unobtainable, so even if all the obtainable usernames are taken, there will still be some usernames that no-one can get
- 64lu
-
1000+ posts
How many 3 letter usernames are left
like a swearWhat do you mean? Like usernames with personal info? it's also good to note that some usernames are unobtainable, so even if all the obtainable usernames are taken, there will still be some usernames that no-one can get
- fdreerf
-
1000+ posts
How many 3 letter usernames are left
I know; an hour is just much than five or higher.An important note is that no matter how fast your language is, the Scratch API is limited to 10 requests per second (any faster and you'll start getting 429 errors), so bruteforcing all of the usernames will take about an hour and a half at the minimum.I'd rather not go through all the usernames overnight, or use Lua as it smells weird, so I'll try and find how to do this in a faster language. I shall upload the code to github if anybody cares to try (I haven't made it yet), it won't be very fast because of the limits Roblox has and I don't want to crash Scratch.
- 1vq
-
7 posts
How many 3 letter usernames are left
snap! project can help you, just download the xml file and import it into snap.TYSM this
or you could use this
I am soooooo honered to be a 3 letter userame :DDDDDDDDDD
If you create a 3 letter username then only take ONE. (My real user is cat_tap)
As for this, I won't go spreading the news of that, we don't want all the 3 letter usernames taken

So anyway, THANKYOU! <3
That was VERY helpful.
As for the amount left, according to that, there is 49 left. 0.0
- Discussion Forums
- » Questions about Scratch
-
» How many 3 letter usernames are left