Skip to content

juliansommer/github-activity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Activity

Go Command Line Tool to Check A User's GitHub Activity

Setup

Follow these steps to run the project locally.

Prerequisites

Make sure the following are installed.

Cloning the Repository

git clone https://github.com/juliansommer/github-activity.git
cd github-activity

Installing Dependencies

go mod tidy

Building the Application

go build -o github-activity

Running the Application

# Using go run
go run main.go <username> [-p <page>] [-n <number per page>]

# Or using the built binary
./github-activity <username> [-p <page>] [-n <number per page>]

Example:

go run main.go juliansommer -p 1 -n 10

About

Go CLI Tool to Check A User's GitHub Activity

Resources

License

Stars

Watchers

Forks