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.
- Host: GitHub
- URL: https://github.com/bdudelsack/github-stars-export
- Owner: bdudelsack
- Created: 2022-09-30T19:23:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T19:23:27.000Z (over 3 years ago)
- Last Synced: 2025-07-13T02:04:00.526Z (7 months ago)
- Topics: deno, github, stars, typescript
- Language: TypeScript
- Homepage:
- Size: 1000 Bytes
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```