FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

jesselucas/github-usercheck: Check if username for github.com is available · GitHub

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

github-usercheck

Simple tool to check https://github.com/ for a given set of usernames (separated by \n) then prints out available usernames.

Usage

./github-usercheck <<< ausernamethatnoonehas

./github-usercheck -path names.txt -workers 4 >> results.txt

Options

-path string
    The filepath of the names
-sleep int
    Sleep duration between each workers task. (Millisecond) (default 100)
-workers int
    How many workers to run concurrently. (More workers are faster but more prone to rate limiting or bandwith issues) (default 2)

About

Check if username for github.com is available

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL