micmalti / export-stars

Export (your) GitHub stars to a CSV file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Usage: python export_stars.py --user=GH_USER --token=TOKEN > stars.csv

To generate the token, go to Settings > Advanced Settings > Personal access tokens (classic). Limit its scope to public_repo.

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

About

Export (your) GitHub stars to a CSV file


Languages

Language:Python 100.0%