{"id":24793986,"url":"https://github.com/asjordi/gh-user-activity-cli","last_synced_at":"2025-08-31T03:44:16.825Z","repository":{"id":253325770,"uuid":"843090436","full_name":"ASJordi/gh-user-activity-cli","owner":"ASJordi","description":"CLI to fetch the recent activity of a GitHub user and display it in the terminal.","archived":false,"fork":false,"pushed_at":"2024-10-20T23:33:46.000Z","size":279,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T17:53:43.574Z","etag":null,"topics":["cli-app","github-api","java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ASJordi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-08-15T19:00:17.000Z","updated_at":"2024-10-20T23:33:50.000Z","dependencies_parsed_at":"2025-01-29T22:40:46.109Z","dependency_job_id":null,"html_url":"https://github.com/ASJordi/gh-user-activity-cli","commit_stats":null,"previous_names":["asjordi/gh-user-activity-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ASJordi/gh-user-activity-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ASJordi%2Fgh-user-activity-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ASJordi%2Fgh-user-activity-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ASJordi%2Fgh-user-activity-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ASJordi%2Fgh-user-activity-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ASJordi","download_url":"https://codeload.github.com/ASJordi/gh-user-activity-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ASJordi%2Fgh-user-activity-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272936316,"owners_count":25018160,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-app","github-api","java"],"created_at":"2025-01-29T22:30:30.322Z","updated_at":"2025-08-31T03:44:16.795Z","avatar_url":"https://github.com/ASJordi.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1 align=\"center\"\u003e\u003ca href=\"https://github.com/ASJordi/gh-user-activity-cli\"\u003eGitHub User Activity CLI\u003c/a\u003e\u003c/h1\u003e\n\n  \u003cp align=\"center\"\u003eCLI app to fetch the recent activity of a GitHub user and display it in the terminal.\u003c/p\u003e\n\u003c/div\u003e\n\n## About :computer:\n\nSimple command line interface (CLI) to fetch the recent activity of a GitHub user and display it in the terminal. The app uses the GitHub API to fetch the user's activity and display it in the terminal.\n\n\u003cimg src=\"src/main/resources/app01.png\" alt=\"GitHub User Activity CLI\" width=\"400\"/\u003e \u003cbr\u003e\n\u003cimg src=\"src/main/resources/app02.png\" alt=\"GitHub User Activity CLI\" width=\"400\"/\u003e\n\n## Features :sparkles:\n\n- Fetch the recent activity of a GitHub user\n- Display the activity in the terminal\n\n```bash\n# Fetch the recent activity of the specified GitHub user using the GitHub API.\n# https://api.github.com/users/\u003cusername\u003e/events\n# Example: https://api.github.com/users/ASJordi/events \n```\n\n## Technologies :gear:\n\n- Java 21\n- [GSON](https://github.com/google/gson)\n\n## Installation :floppy_disk:\n\n1. Clone the repository\n2. Open the project in your favorite IDE\n3. Run the project\n4. Or build the project with Maven and run the generated jar file\n\n```bash\nmvn clean install\n```\n\n## Usage :hammer_and_wrench:\n\n```bash\nUsage: java -jar github-activity.jar [options]\nThe options below are available for the GitHub User Activity:\n  \u003cusername\u003e     GitHub username\n  -h, --help     Show this help message and exit\n```\n\n### Examples :bulb:\n\n```bash\njava -jar github-activity.jar ASJordi\n\n# Output:\n\n# Event type (Description)\n# Repository name\n# Event[id, repoUrl, createdAt, action]\n# ...\n# Event type (Description)\n# Repository name\n# Event[id, repoUrl, createdAt, action]\n# ...\n```\n\n## License :page_facing_up:\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n## Contact :email:\n\nJordi Ayala - [@ASJordi](https://twitter.com/ASJordi)\n\nProject Link: [https://github.com/ASJordi/gh-user-activity-cli](https://github.com/ASJordi/gh-user-activity-cli)\n\nReference: [https://roadmap.sh/projects/github-user-activity](https://roadmap.sh/projects/github-user-activity)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasjordi%2Fgh-user-activity-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasjordi%2Fgh-user-activity-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasjordi%2Fgh-user-activity-cli/lists"}