{"id":24793176,"url":"https://github.com/rahul8320/github-user-activity-cli","last_synced_at":"2026-04-30T17:31:58.117Z","repository":{"id":258976944,"uuid":"876022545","full_name":"Rahul8320/Github-User-Activity-Cli","owner":"Rahul8320","description":"A command-line interface (CLI) tool to find the most recent activity of a GitHub user.","archived":false,"fork":false,"pushed_at":"2024-10-21T16:22:31.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T17:05:28.443Z","etag":null,"topics":["cli","github-activities","nodejs","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rahul8320.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-21T09:15:08.000Z","updated_at":"2024-10-21T16:22:34.000Z","dependencies_parsed_at":"2025-01-29T21:56:15.550Z","dependency_job_id":"9ca75dae-d83f-41e9-9266-05fcdf46988f","html_url":"https://github.com/Rahul8320/Github-User-Activity-Cli","commit_stats":null,"previous_names":["rahul8320/github-user-activity-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rahul8320/Github-User-Activity-Cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahul8320%2FGithub-User-Activity-Cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahul8320%2FGithub-User-Activity-Cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahul8320%2FGithub-User-Activity-Cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahul8320%2FGithub-User-Activity-Cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rahul8320","download_url":"https://codeload.github.com/Rahul8320/Github-User-Activity-Cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahul8320%2FGithub-User-Activity-Cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32472396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","github-activities","nodejs","typescript"],"created_at":"2025-01-29T21:56:11.837Z","updated_at":"2026-04-30T17:31:58.091Z","avatar_url":"https://github.com/Rahul8320.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub User Activity CLI\n\nA command-line interface (CLI) tool to find the most recent activity of a GitHub user.\n\nProject page url: https://roadmap.sh/projects/github-user-activity\n\n## Preview\n\n![GitHub User Activity CLI](./Assets/Preview.png)\n\n## Table of Contents\n\n---\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Options](#options)\n- [Examples](#examples)\n\n## Installation\n\n---\n\nTo install the GitHub User Activity CLI, first clone this github repository:\n\n```bash\ngit clone https://github.com/Rahul8320/Github-User-Activity-Cli.git\n```\n\nThen move to the `Github-User-Activity-Cli` directory and run the following command:\n\n```bash\nnpm install\n```\n\nThen build this tool and install globally in your system using the following command:\n\n```bash\nnpm run build\nnpm install -g .\n```\n\nThis will install the CLI tool globally on your system.\n\n## Usage\n\n---\n\nTo use the GitHub User Activity CLI, run the following command:\n\n```bash\ngithub-activity -u \u003cusername\u003e\n```\n\nReplace `\u003cusername\u003e` with the actual GitHub username you want to retrieve activity for.\n\n## Options\n\n---\n\n- `-u, --username \u003cusername\u003e`: Specify the GitHub username to retrieve activity for. (required)\n\n- `-d, --details`: Show detailed activity.\n\n- `-f, --filter \u003cfilter\u003e`: Filter activity by event type.\n\n- `-h, --help`: Display this help message.\n\n- `-V, --version`: Display the version number.\n\n## Examples\n\n---\n\n- Retrieve activity for the GitHub user `rahul8320`:\n\n```bash\ngithub-activity -u rahul8320\n```\n\nThis will display the most recent activity for the user `rahul8320` on GitHub.\n\n- Retrieve detailed activity for the GitHub user `rahul8320`:\n\n```bash\ngithub-activity -u rahul8320 -d\n```\n\nThis will display the detailed activity for the user `rahul8320` on GitHub.\n\n- Filter activity by event type for the GitHub user `rahul8320`:\n\n```bash\ngithub-activity -u rahul8320 -f PushEvent\n```\n\nThis will display only push events for the user `rahul8320` on GitHub.\n\n## Contributing\n\n---\n\nContributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.\n\n## License\n\n---\n\nThis project is licensed under the ISC License.\n\n## Author\n\n---\n\n[Rahul Dey](https://github.com/rahul8320)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahul8320%2Fgithub-user-activity-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahul8320%2Fgithub-user-activity-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahul8320%2Fgithub-user-activity-cli/lists"}