Skip to content

A collection of scripts for analying the openFrameworks git(hub) repo.

License

Notifications You must be signed in to change notification settings

bilderbuchi/OF_repo_utilities

Repository files navigation

OF repo utilities

A collection of utility scripts that I use when working with the openFrameworks Github and Git repositories.

Currently requires Python 3 to run.

Github token

This collection of scripts needs a file (default name github_token.txt) containing only a Github personal API token for authenticating with the Github API.
Only the public access scope is needed, except for get_org_members.py, which also needs the read:org scope.

Local repository access

For the plot_issue_stats script, optionally, the path to a local copy of the Github repository can be supplied in a file named local_repo_location.txt. This way, commit data is aquired locally instead of with the Github API, saving loads of traffic and time during execution.

Required packages

License

MIT License, see LICENSE.md

About

A collection of scripts for analying the openFrameworks git(hub) repo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages