Skip to content

Used GitHub API to fetch user activity and display it in the terminal.

Notifications You must be signed in to change notification settings

mfeeee/github-user-activity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 

Repository files navigation

GitHub User Activity

This project is based on the GitHub User Activity roadmap project.

Prerequisites

  • PHP 7.4 or higher must be installed on your system.
  • Internet connection (to fetch data from the GitHub API).

How to Run on the CLI

  1. Open your terminal.
  2. Navigate to the project directory:
    cd /path/to/github-user-activity
    
  3. Run the script with the desired GitHub username:
    php github-activity.php <github-username>
    
    Replace <github-username> with the actual GitHub username you want to check.

Overview

This tool fetches and displays the recent public activity of a specified GitHub user. It is implemented in PHP and can be run from the command line.

Usage

php github-activity.php <github-username>

Replace <github-username> with the GitHub username you want to check.

Reference

For more details and project requirements, see the GitHub User Activity Roadmap.

About

Used GitHub API to fetch user activity and display it in the terminal.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages