Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 786 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 786 Bytes

GitHub Activity CLI Application

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

Features

  • Fetches recent activity of a GitHub user using the GitHub API.
  • Displays the fetched activity in the terminal in a readable format.
  • Handles errors gracefully, such as invalid usernames or network failures.

Requirements

  • Python 3.x.x

Porject URL

https://roadmap.sh/projects/github-user-activity

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/github-activity-cli.git

Usage

python github_activity.py <username>

Contributing

Feel free to submit issues or pull requests for improvements and new features.