Skip to content

Export (your) GitHub stars to a CSV file

Notifications You must be signed in to change notification settings

turin13/export-stars

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Usage: python3 export_stars.py --user username > stars.csv

I recommend to use python virtual environment for the operation of this script:

git clone $repo_url
cd export_stars
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt

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

About

Export (your) GitHub stars to a CSV file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%