Skip to content

Use GitHub API to fetch user activity and display it in the terminal.

License

Notifications You must be signed in to change notification settings

MarvynHarry/github-user-activity

Repository files navigation

GitHub User Activity

This project is a console application that retrieves GitHub user activity using the GitHub API. It provides insights into the user's activity on GitHub, including recent commits, issues, and pull requests. Sample solution for the github-user-activity challenge from roadmap.sh.

Features

  • Fetch recent GitHub user activity (commits, issues, pull requests)
  • Simple console-based output
  • Easily configurable for different GitHub usernames
  • Supports authenticated requests with GitHub personal access token (optional)

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/MarvynHarryson/github-user-activity.git
    cd github-user-activity
    
  2. Restore required packages:

    dotnet restore
    
    

Usage

  1. Build the project:

    dotnet build
    
  2. Run the application with a GitHub username:

    dotnet run <your-github-username>

    Example:

    dotnet run john-doe
    

Then, rerun the application.

Support My Work

If you enjoy my work or want to support what I do, feel free to Buy Me a Coffee!

Contributing

Feel free to submit a pull request or report issues to help improve the project!

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any questions or support, please reach out via GitHub Issues.

About

Use GitHub API to fetch user activity and display it in the terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages