https://github.com/roy7077/github-profile-intelligence-dashboard
GitHub Intelligence is a Kotlin app that fetches and summarizes GitHub user data—followers, repos, stars, and contributions—using GitHub APIs to provide a quick user activity score.
https://github.com/roy7077/github-profile-intelligence-dashboard
github-api gradle java kotlin mvc-architecture redis spring spring-boot
Last synced: about 1 month ago
JSON representation
GitHub Intelligence is a Kotlin app that fetches and summarizes GitHub user data—followers, repos, stars, and contributions—using GitHub APIs to provide a quick user activity score.
- Host: GitHub
- URL: https://github.com/roy7077/github-profile-intelligence-dashboard
- Owner: roy7077
- Created: 2025-05-18T13:59:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-19T18:57:21.000Z (about 1 year ago)
- Last Synced: 2025-06-09T07:55:50.861Z (11 months ago)
- Topics: github-api, gradle, java, kotlin, mvc-architecture, redis, spring, spring-boot
- Language: Kotlin
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Intelligence
GitHub Intelligence is a Kotlin-based application that fetches and summarizes GitHub user data. It provides key insights like follower count, public repositories, stars, and contributions, calculating a user activity score.
## Features
- Retrieve GitHub user details
- Fetch follower and following information
- Calculate a summary score based on user activity
- Simple and clean API integration with GitHub
## Tech Stack
- Kotlin
- Spring Boot (for REST API and HTTP requests)
- GitHub REST API
## Usage
1. Provide a GitHub username.
2. The app fetches user data and calculates a summary score.
3. Get detailed stats including followers, public repos, stars, and contributions.