Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.02 KB

File metadata and controls

40 lines (26 loc) · 1.02 KB

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.