Skip to content

stacks-network/stacks-project-list

 
 

Repository files navigation

stacks-community-projects

A list of community projects in the Stacks ecosystem

Install

pip install requirements.txt

Generate enriched list

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

Contributions

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.