Licker - Your Github License Checker for Organisational Repositories.
Using the Github API v3 including the Licenses API developer preview, Licker is able to check licenses of all repositories in your Github organisation. It helps especially identifying repos without license file.
For more info, read my blog post: Github-Licker - A Github License Checker.
- Python 3
- Github Token for increasing the unauthenticated rate limit (Optional)
pip install github-licker
licker -h
usage:
licker [TOKEN] [options]
options:
-o, --organisation=ORGANISATION the Github organisation you want to check [default: ImmobilienScout24]
Github Licker is licensed under Apache License, Version 2.0.