A list of community projects in the Stacks ecosystem
pip install requirements.txt
The Python script is used to run through a CSV file of relevant Stacks repos and enrich them using the GitHub API.
Before running the script on your machine, you will need to set your GitHub personal access token.
GITHUB_TOKEN="<YOUR_GITHUB_TOKEN>"; export GITHUB_TOKEN; python enrich.py
If you would like your repo to be part of the list, please submit a PR with a new line in the github-repos.csv
file. The format is <user>/<repo>
. For instance:
agraebe/stacks-community-projects
Note that you do not need to run the enrichment locally on your machine. We have a GitHub Action to automatically enrich the updated list once the PR is merged.