An open API service indexing awesome lists of open source software.

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

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.