An open API service indexing awesome lists of open source software.

https://github.com/JeffCarpenter/export-stars

Export (your) GitHub stars to a CSV file
https://github.com/JeffCarpenter/export-stars

export github stars

Last synced: 26 days ago
JSON representation

Export (your) GitHub stars to a CSV file

Awesome Lists containing this project

README

        

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](https://github.com/PyGithub/PyGithub) for the slick client library.