Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

fake-star-detector-py

A small CLI tool that reads local GitHub credentials and inspects star accounts for a repository.

Input

The CLI accepts a single path argument in this format:

https://github.com/<owner>/<repo>

Authentication

The CLI tries credentials in this order:

  1. GH_TOKEN
  2. GITHUB_TOKEN
  3. gh auth token (GitHub CLI)

Install

pip install -e .

From the fake-star-detector-py directory.

Usage

fake-star-detector https://github.com/octocat/Hello-World

Optional flags:

fake-star-detector https://github.com/octocat/Hello-World --sample-size 200 --threshold 3