Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dwisiswant0/stargather

A fast GitHub stargazers information gathering tool
https://github.com/dwisiswant0/stargather

github-recon github-reconnaissance github-stargazers go golang information-extraction information-gathering information-gathering-tools osint osint-tool stargazers

Last synced: 6 days ago
JSON representation

A fast GitHub stargazers information gathering tool

Awesome Lists containing this project

README

        

# 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+](https://golang.org/doc/install) compiled: `go get dw1.io/stargather`.

## Usage

```console
$ 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.