This is a RoboticsBrno indexer generator for out GitHub projects. ProjectIndexer is a static web generator written in Python. It generates a static web page with a list of all our projects based on the GitHub API.
- Clone this repository
- Install dependencies
- create file
.env
with contentMY_GITHUB_TOKEN=your_github_token
- you can generate your token here
- run
python3 project_indexer.py
fetch-github
- fetches data from GitHub API and saves it todata/repos.json
generate
- generates static web page fromdata/repos.json
and saves it tooutput
folderserve
- serves the static web page fromoutput
folder