This is a cli project in which we run the program with username an it return the user github activity
This is a cli project in which we run the program with username an it return the user github activity
completed the project but i unable to get it accepted
Log in to leave a comment
Added it as a Package as github release for easier usage for the users, currently its is only for Windows users
Log in to leave a comment
A CLI tool that fetches and displays a GitHub user’s recent public activity. It queries the GitHub API for a username and prints a formatted list of their recent actions (pushes, stars, pull requests, etc.). I learned about API integration, error handling, and JSON processing in Python