Skip to content

eralieff/github-user-activity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ GitHub Activity Fetcher

A simple Go program that fetches and displays recent GitHub activity for a given user.

Project Requirements (Technical Specification)


✨ Features

  • Retrieves recent GitHub events for a specified user.
  • Supports various event types, including push, issues, stars, forks, and repository creation.
  • Formats and displays events in a readable format.

πŸ“₯ Installation

Clone the repository:

  git clone https://github.com/eralieff/github-user-activity.git
  cd github-user-activity

πŸš€ Usage

Run the program with a GitHub username as an argument:

  go run main.go <github-username>

Example:

  go run main.go octocat

πŸ“Œ Sample Output

- Pushed 3 commit(s) to my-repo
- Opened an issue in example-repo
- Starred awesome-project

πŸ“œ License

This project is licensed under the MIT License.

About

A Go-based CLI tool to fetch and display a user's recent GitHub activity.

Topics

Resources

Stars

Watchers

Forks

Languages