A command-line tool to check the activity of a GitHub user by retrieving their activity data.
Done to learn golang from: https://roadmap.sh/projects/github-user-activity
- Go 1.23.7+ installed on your machine.
- An internet connection to access GitHub API.
-
Clone the repository:
git clone https://github.com/dudwe/github-activity-checker.git cd github-activity-checker -
Build the application:
go build -o github-activity-checker
-
Now, you can run the
github-activity-checkerbinary.
Run the command with the --user flag to specify the GitHub username of the person whose activity you want to check:
./github-activity-checker --user <github-username>