This project is based on the GitHub User Activity roadmap project.
- PHP 7.4 or higher must be installed on your system.
- Internet connection (to fetch data from the GitHub API).
- Open your terminal.
- Navigate to the project directory:
cd /path/to/github-user-activity - Run the script with the desired GitHub username:
Replace
php github-activity.php <github-username><github-username>with the actual GitHub username you want to check.
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.
php github-activity.php <github-username>
Replace <github-username> with the GitHub username you want to check.
For more details and project requirements, see the GitHub User Activity Roadmap.