Code to query and automatically generate assets from the harp-tech organization's repositories
The current google sheets target can be found here.
- Create a Conda environment using the latest
environment.yaml
Setup GitHub authentication (via PyGitHub)
examples/GithubCredentials.py
should return astring
with an authentication token from GitHub. Make sure the permissions are set correctly. This value will be used to instantiate aGitHub
class:
gh = Github(login_or_token=my_credentials())