Ecosyste.ms: Awesome
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: 3 months 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 (11 months ago)
- Last Synced: 2024-08-01T03:42:57.497Z (6 months ago)
- Topics: export, github, stars
- Language: Python
- Size: 2.93 KB
- Stars: 170
- 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.