Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Activity Checker

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

Prerequisites

  • Go 1.23.7+ installed on your machine.
  • An internet connection to access GitHub API.

Installation

  1. Clone the repository:

    git clone https://github.com/dudwe/github-activity-checker.git
    cd github-activity-checker
  2. Build the application:

    go build -o github-activity-checker
  3. Now, you can run the github-activity-checker binary.

Usage

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>

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages