/export-stars

Export (your) GitHub stars to a CSV file

Primary LanguagePython

This script exports a GitHub user's starred repositories (URL & description) to a CSV file.

Usage: GH_USER=defunkt python3 export_stars.py > stars.csv

Thanks to the authors of PyGitHub for the slick client library.