https://github.com/vogelino/github-user-stars
Converts stars of a given GitHub user to a CSV file
https://github.com/vogelino/github-user-stars
csv github node-script notion starred-repositories
Last synced: 3 months ago
JSON representation
Converts stars of a given GitHub user to a CSV file
- Host: GitHub
- URL: https://github.com/vogelino/github-user-stars
- Owner: vogelino
- Created: 2022-03-27T14:23:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T14:27:21.000Z (about 3 years ago)
- Last Synced: 2025-01-24T18:46:43.221Z (5 months ago)
- Topics: csv, github, node-script, notion, starred-repositories
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub User Stars 2 CSV
This repo fetches starred repositories from a GitHub Users and outputs a CSV file.
I use this to export all my own starred repositories and then import them in a Notion table.
## Install
```sh
git clone [email protected]:vogelino/github-user-stars.git
cd github-user-stars
npm install
```## Run
Before you run the scripts, open `githubStars.js` and modify the GitHub username in the last line. Then run:
```sh
npm run run
```The results are the outputed in a file called `result.csv` in the repo's root.