On first run:
- Create a file called
tokencontaining a personal access token string. - rename
github_schema.json.baktogithub_schema.json
You can use a venv or docker to run this project. If docker, just run make.
If in a python 3 virtual env:
pip install -r requirements.txt
python generate_schema.py
So far this just runs a bunch of API calls and generates a GQL query from variables.
python dashboard.py
Or make