Skip to content

Roadmap.sh project - Use GitHub API to fetch user activity and display it in the terminal.

License

Notifications You must be signed in to change notification settings

danny-den/github-activity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Activity

JSR Scope JSR JSR Score
Use GitHub API to fetch user activity and display it in the terminal.

Project listed on Roadmap.sh This is the version with extra features, you can see the original here

Extra features

  • Filter by event type
  • Format text, table, json, csv
  • Cache request/response
  • Github api pagination

Usage

Using it with Deno

curl -fsSL https://deno.land/install.sh | sh

deno run jsr:@dannyden/github-activity kamranahmedse

Using it from PATH

$ github-activity kamranahmedse
✅ Granted net access to "api.github.com:443".
Is now watching coleam00/bolt.new-any-llm
Pushed 20 commit/s to kamranahmedse/developer-roadmap
Pushed 1 commit/s to kamranahmedse/awesome-minimal-sites
Made 5 pull request/s in kamranahmedse/developer-roadmap
Made 3 comment/s in kamranahmedse/developer-roadmap

Using it as dependecy

import githubActivity from "@dannyden/github-activity";

console.log(githubActivity("kamranahmedse")) // Creator of roadmap

Setup

Globally with Deno

echo "Run without installing it"
deno run jsr:@dannyden/github-activity kamranahmedse

echo "Install with permission checks"
deno install -g -n github-activity jsr:@dannyden/github-activity

echo "Install allowing net"
deno install -g -n github-activity --allow-net jsr:@dannyden/github-activity

echo "Uninstall"
deno uninstall -g github-activity

Locally as dependency

deno add jsr:@dannyden/github-activity
npx jsr add @dannyden/github-activity
yarn dlx jsr add @dannyden/github-activity
pnpm dlx jsr add @dannyden/github-activity
bunx jsr add @dannyden/github-activity

About

Roadmap.sh project - Use GitHub API to fetch user activity and display it in the terminal.

Resources

License

Stars

Watchers

Forks

Packages

No packages published