Skip to content

mhaatha/gua-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gua-cli (Github User Activity CLI)

A command-line application written in Go that retrieves and displays user activity data from GitHub.

Table of Contents

  • Installation
  • Usage/Examples
  • License

Installation

Install Go

  • Ensure Go is installed on your system. You can download and install it from the official Golang website.
  • After installation, ensure Go is added to your $PATH. Verify the installation by running:
$ go version

Clone the repository

  • Clone the repository and enter the project directory
$ git clone https://github.com/mhaatha/gua-cli.git
$ cd gua-cli

Download Dependencies

$ go mod download
$ go mod tidy

Setup Environment Variables

  • Create .env file in project root directory that provide your Github Personal Access Token (PAT).
  • .env file contains:
PAT="<Your Personal Access Token>"

Usage/Examples

$ go run main.go username <github-username>

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Github User Activity - CLI is a CLI-based program that retrieves github user activities

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages