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
- Host: GitHub
- URL: https://github.com/JeffCarpenter/export-stars
- Owner: JeffCarpenter
- Created: 2019-01-22T20:06:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T03:55:44.000Z (about 1 year ago)
- Last Synced: 2024-10-28T06:57:39.499Z (6 months ago)
- Topics: export, github, stars
- Language: Python
- Size: 2.93 KB
- Stars: 178
- Watchers: 4
- Forks: 18
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- project-awesome - JeffCarpenter/export-stars - Export (your) GitHub stars to a CSV file (Python)
- jimsghstars - JeffCarpenter/export-stars - Export (your) GitHub stars to a CSV file (Python)
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.