Export your github stars (or a star list) to a json file.
ghs_export- pipx (recommended):
git clone https://github.com/lucastavaresa/github_stars_export.git
cd github_stars_export
pipx install .
ghs_export- Without pipx you can just run the file (after all the python bullshit):
git clone https://github.com/lucastavaresa/github_stars_export.git
cd github_stars_export
python -m venv venv
source venv/bin/activate # check: https://docs.python.org/3.13/library/venv.html#how-venvs-work
pip install -r requirements.txt
python main.py