Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dwisiswant0/stargather
- Owner: dwisiswant0
- License: mit
- Created: 2021-03-02T02:04:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T15:39:09.000Z (over 2 years ago)
- Last Synced: 2024-08-02T15:47:23.579Z (3 months ago)
- Topics: github-recon, github-reconnaissance, github-stargazers, go, golang, information-extraction, information-gathering, information-gathering-tools, osint, osint-tool, stargazers
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 69
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.