https://github.com/maximousblk/ghtop
See what's happening on GitHub in real time
https://github.com/maximousblk/ghtop
cli deno github-api
Last synced: 6 months ago
JSON representation
See what's happening on GitHub in real time
- Host: GitHub
- URL: https://github.com/maximousblk/ghtop
- Owner: maximousblk
- License: mit
- Created: 2020-12-07T11:22:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-07T20:11:54.000Z (almost 5 years ago)
- Last Synced: 2025-05-07T21:03:33.047Z (6 months ago)
- Topics: cli, deno, github-api
- Language: TypeScript
- Homepage: https://deno.land/x/ghtop
- Size: 4.88 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - ghtop
README
# ghtop
See what's happening on GitHub in real time. Deno port of [`nat/ghtop`](https://github.com/nat/ghtop)

PS: this will drain your API quota fast
### Usage
**Run directly:**
```sh
deno run -A https://deno.land/x/ghtop/ghtop.ts
```
**Install**
```sh
deno install -A https://deno.land/x/ghtop/ghtop.ts
# and then
ghtop
```
### Authorization
You can set an environment variable named `GITHUB_TOKEN` to automatically authorize. If the `GITHUB_TOKEN` environment variable is not present, the CLI will prompt you to enter a verification on [`github.com/login/device`](https://github.com/login/device)
### Credit
This project was originally made by [Nat Friedman](https://github.com/nat) in Python.
### License
This project is distributed under the MIT License