Skip to content

Latest commit

 

History

History
 
 

analytics

Repo Analytics

To run the repo analytics follow the steps below:

  1. You must have a Github token, if you don't have one you can create one by following this guide.
  2. Install the requirements:
pip install -r .github/analytics/requirements.txt
  1. Run the analytics:
GITHUB_TOKEN=<token> \
python .github/analytics/get_repo_metrics.py \
  --repo-owner google \
  --repo-name flax