Skip to content

A simple command line interface (CLI) to fetch the recent activity of a GitHub user and display it in the terminal.

Notifications You must be signed in to change notification settings

AElalfee/github_activity_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub User Activity CLI

A simple command line interface (CLI) to fetch the recent activity of a GitHub user and display it in the terminal.

Preview

Features

  • Fetch the username activites

Project Structure

  • main.py: main file (CLI Entrypoint)
  • requests.py: Contains get request for activities

Installation

Make sure you have Python 3 installed.

Clone the repository:

  git clone https://github.com/AElalfee/github_activity_cli.git
  cd github_activity_cli

Usage/Examples

  • Fetch Activities:
python3 main.py aelalfee

Output:
User aelalfee pushed to AElalfee/Todox at 2025-06-23T12:23:32Z
User aelalfee pushed to AElalfee/Todox at 2025-06-23T12:18:38Z
User aelalfee pushed to AElalfee/Todox at 2025-06-23T11:07:05Z
User aelalfee pushed to AElalfee/Todox at 2025-06-23T10:59:47Z
User aelalfee pushed to AElalfee/Todox at 2025-06-23T10:06:24Z
User aelalfee pushed to AElalfee/Todox at 2025-06-23T10:04:31Z
User aelalfee pushed to AElalfee/Todox at 2025-06-23T10:01:32Z
User aelalfee pushed to AElalfee/Todox at 2025-06-23T09:05:07Z
User aelalfee created a new repository AElalfee/Todox at 2025-06-23T08:52:48Z
User aelalfee created a new repository AElalfee/Todox at 2025-06-23T07:32:07Z
User aelalfee starred LarsWiegers/laravel-maps at 2025-06-10T16:22:54Z

About

A simple command line interface (CLI) to fetch the recent activity of a GitHub user and display it in the terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages