Skip to content

thotranphuc276/github-activity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Activity Viewer

A simple Python script to view a GitHub user's recent activity.

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

Features

  • 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

Installation

  1. Clone this repository
git clone https://github.com/thotranphuc276/github-activity
  1. Install dependencies:
pip install requests
  1. Create an alias for the script:
alias github-activity="python3 github-activity.py"                                                                                           

Usage

github-activity <username>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages