A simple Python script to view a GitHub user's recent activity.
Submission for https://roadmap.sh/projects/github-user-activity
- View recent pushes, issues, pull requests, and other GitHub activities
- Clean command-line output
- Error handling and input validation
- Supports multiple types of GitHub events:
- Push events
- Issue events
- Issue comments
- Pull request events
- Pull request reviews
- Repository stars
- Clone this repository
git clone https://github.com/thotranphuc276/github-activity- Install dependencies:
pip install requests- Create an alias for the script:
alias github-activity="python3 github-activity.py" github-activity <username>