Skip to content

jesselucas/github-usercheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages