Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 606 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 606 Bytes

Loki

image


  • loki Github user email and details finder

Usage And Cmds

  • To get Github User detail, Use below command
 go run main.go user -u <USERNAME> 
  • For threads -t is there
 go run main.go user -u <USERNAME> -t 1
  • For Repo of the user
 go run main.go repo -u <USERNAME>  
  • Binaries are in bin/ dir

Contributors are welcome to make this package more efficient and give any suggestions.