A simple command-line interface (CLI) tool to fetch and display the recent activity of a GitHub user.
- 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.
- Python 3.x.x
https://roadmap.sh/projects/github-user-activity
-
Clone the repository:
git clone https://github.com/your-username/github-activity-cli.git
python github_activity.py <username>
Feel free to submit issues or pull requests for improvements and new features.