1.2.32 • Published 2 years ago

star-scraper v1.2.32

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

🌟 Star Scraper npm version crates.io

CLI tool and GitHub Action to get some basic stats about a repo's stars and how many of those stars come from members of that organization 👀

  • Create a GitHub PAT (Personal Access Token) with org:read scope and set it as the $GITHUB_TOKEN environment variable

Installation

yarn global add star-scraper
# or
# npm i -g star-scraper
# or
# cargo install star-scraper

star-scraper

Usage

star-scraper --org <my-github-org> \
             --repo <my-github-repo> \
             --token <my-github-pat> \
             --limit <max-records-to-fetch>
  • --org, --repo and --token are required.
  • --token can optionally be supplied as an environment variable via GITHUB_TOKEN.
  • --limit is optional and defaults to 100,000.

Run as a GitHub action

  • Fork this repo
  • Set the GH_TOKEN actions secret on the repo
  • Manually run the star gazer report workflow
1.2.32

2 years ago

1.2.27

2 years ago

1.2.28

2 years ago

1.2.25

2 years ago

1.2.26

2 years ago

1.2.30

2 years ago

1.2.31

2 years ago

1.2.23

2 years ago

1.2.24

2 years ago

1.2.22

2 years ago

1.2.21

3 years ago

1.2.20

3 years ago

1.2.19

3 years ago

1.2.18

3 years ago

1.2.17

3 years ago

1.2.16

3 years ago

1.2.15

3 years ago

1.2.14

3 years ago

1.2.13

3 years ago

1.2.12

3 years ago

1.2.11

3 years ago

1.2.10

3 years ago

1.2.9

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago