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

https://github.com/bdudelsack/github-stars-export

Generate Obsidian compatible Markdown files out of GitHub's starred repositories.
https://github.com/bdudelsack/github-stars-export

deno github stars typescript

Last synced: 7 months ago
JSON representation

Generate Obsidian compatible Markdown files out of GitHub's starred repositories.

Awesome Lists containing this project

README

          

# GitHub Stars Export (Script for [Deno](https://deno.land))

Generate [Obsidian](https://obsidian.md) compatible Markdown files out of GitHub's starred repositories.

## Usage

Copy `.env.example` to `.env` and edit the `GITHUB_USERNAME` and `GITHUB_TOKEN` variables.

Then run:

```shell
deno run --allow-env --allow-net --allow-read --allow-write main.ts
```