A small CLI tool to export insights about stargazers of a GitHub repository.
-
Create a GitHub token: To access the GitHub API, you need to create a personal access token. Follow the instructions in the GitHub documentation to generate your token.
-
Create a
stargazers.yaml
file: This file should contain the repositories you want to analyze. Use the following structure:repositories: - owner: openstatusHQ name: cli - owner: openstatusHQ name: openstatus
Contributions are welcome! Please open an issue or submit a pull request for any features or bug fixes.