Skip to content

Commit

Permalink
readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bbkane committed Jan 26, 2022
1 parent ad42ed4 commit 47919c5
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# stargaze

Save information about starred GitHub repos to a CSV or JSON file, and upload CSVs to Google Sheets!
Save information about your GitHub starred repos into Google Sheets, Zinc, and SQLite!

Thanks to https://github.com/yks0000/starred-repo-toc for the inspiration!

Expand All @@ -19,8 +19,8 @@ GraphQL and Google Sheets auth notes at [./dev_notes.md](./dev_notes.md)

```bash
GITHUB_TOKEN=my_github_token starghaze download \
--include-readmes true \
--output stars.jsonl
--include-readmes true \
--output stars.jsonl
```

## Google Sheets
Expand All @@ -29,9 +29,9 @@ GITHUB_TOKEN=my_github_token starghaze download \

````bash
starghaze format \
--format csv \
--include-readmes false \
--output stars.csv
--format csv \
--include-readmes false \
--output stars.csv
````

### Upload CSV to Google Sheets
Expand All @@ -56,10 +56,10 @@ GOOGLE_APPLICATION_CREDENTIALS=/path/to/keys.json starghaze gsheets upload \

```bash
starghaze format \
--include-readmes true \
--format zinc \
--output stars.zinc \
--zinc-index-name starghaze
--include-readmes true \
--format zinc \
--output stars.zinc \
--zinc-index-name starghaze
```

### Upload to Zinc
Expand Down Expand Up @@ -116,4 +116,3 @@ LIMIT 10
│ C++ │ 230 │
└────────────┴────────────┘
```

0 comments on commit 47919c5

Please sign in to comment.