1.2.32 • Published 11 months ago

star-scraper v1.2.32

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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

11 months ago

1.2.27

1 year ago

1.2.28

1 year ago

1.2.25

1 year ago

1.2.26

1 year ago

1.2.30

1 year ago

1.2.31

12 months ago

1.2.23

1 year ago

1.2.24

1 year ago

1.2.22

1 year ago

1.2.21

2 years ago

1.2.20

2 years ago

1.2.19

2 years ago

1.2.18

2 years ago

1.2.17

2 years ago

1.2.16

2 years ago

1.2.15

2 years ago

1.2.14

2 years ago

1.2.13

2 years ago

1.2.12

2 years ago

1.2.11

2 years ago

1.2.10

2 years ago

1.2.9

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago