Skip to content

dwisiswant0/stargather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stargather

Stargather is fast GitHub repository stargazers information gathering tool that can scrapes:

  • Organization,
  • Location,
  • Email,
  • Twitter,
  • Followers,
  • Following,
  • Stars, and
  • Repositories count.

Installation

It's fairly simple, you will need Go 1.15+ compiled: go get dw1.io/stargather.

Usage

$ stargather -h
Usage of stargather:
  -c string
        GitHub cookies (optional)
  -d string
        Data delimiter (default ",")
  -o string
        Output data file
  -r string
        Repository (format: owner/name)
  -x string
        Proxy URL (HTTP/SOCKS5)
NOTE:
  • Cookies are only needed if you want to scrape email information (or private repository).
  • If you encounter error code 429, it means you're rate-limited by GitHub. Try it in a few seconds to initiate again, or if you hate to wait, use a proxy with -x flag.

License

stargather is distributed under MIT.