Last active
January 13, 2023 08:40
-
-
Save ivan/bcf97b680474e6704f9b9bc88d061a16 to your computer and use it in GitHub Desktop.
Twitter usernames exceeding 15 characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# cat twitter-usernames-archive.org-sample-stream.txt | rg '^.{16,}$' | awk '{ print length, $0 }' | sort -n -s | cut -d" " -f2- | |
richardrushfield | |
vittoriopasteris | |
Scottcoopersmith | |
The_Porter_House | |
thoughtlessbeast | |
TributetoJohnnyB | |
shannonerickson1 | |
meinnameistbernd | |
shelbyunderwood1 | |
VictoriaCardoso_ | |
andrewjohngodley | |
jacobbarssbailey | |
camila_balthazar | |
NapoleonDynamite | |
Brandonrichards1 | |
sergiomaistrello | |
insecurerockstar | |
fifaworldcup_es_ | |
jeklinaprilianda | |
obviouspseudonym | |
PrudenceHopeWade | |
veganstraightedge | |
colepatrickturner | |
flaviosinespacios | |
Eternal_Pessimist | |
Mohammad_Zangeneh | |
MargaretRodenberg | |
Laura_Villas_Boas | |
toasteroverheated | |
silverspoonglasses | |
mfletcherchristian | |
princessoftheworld | |
SmittyWigglesworth | |
AlyssaRamosReynoso | |
KevinWelcometoTwitte | |
DarrenStromanDarrenS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Twitter did not always limit usernames to 15 characters: in a dataset of 418,329,839 usernames, there are
21 16-character,
8 17-character,
5 18-character, and
2 20-character usernames which tweeted something since ~2017 (and most accounts still exist)
This will be missing some users that tweeted infrequently or never after 2017.