Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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.