Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 259 Bytes

readme.md

File metadata and controls

5 lines (3 loc) · 259 Bytes

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.