Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 25 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save tonybruess/9405134 to your computer and use it in GitHub Desktop.
Save tonybruess/9405134 to your computer and use it in GitHub Desktop.
Username limitations for various services
Skype
Min: 6
Max: 32
Can contain: a-z A-Z 0-9 . , _ -
Other: Must start with a letter
Twitter
Min: 1
Max: 15
Can contain: a-z A-Z 0-9 _
Facebook
Min: 5
Max: 50
Can contain: a-z A-Z 0-9 .
Steam
Min: 2
Max: 32
Can contain: a-z A-Z 0-9 _ -
YouTube
Min: 6
Max: 20
Can contain: a-z A-Z 0-9
Twitch
Min: 1
Max: 25
Can contain: a-z A-Z 0-9 _
GitHub
Min: 1
Max: 39
Can contain: a-z A-Z 0-9 -
Other: Can not start with a dash
reddit
Min: 3
Max: 20
Can contain: a-z A-Z 0-9 _ -
@AiyionPrime
Copy link

nicely done, GitHub contain a-z A-Z 0-9 - though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment