samhita-alla / github-repository-insights

Retrieve growth charts for your GitHub-hosted projects at any desired frequency (e.g. daily, weekly, monthly).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Repository Insights

Generate real-time GitHub insights for your open-source projects and stay informed on how your project is progressing.

Star Growth

Open Issue Growth

🔥 Features

  • Retrieve daily, weekly, and monthly growth figures
  • Allows comparison of up to 5 repositories
  • Switch repository visibility on/off

🏠 Self-host

Stack

  • Vue
  • FastAPI
  • Celery
  • Redis
  • Bootstrap

Prerequisites

Setup

  • Clone this repository
  • nvm install 16
  • Frontend: cd frontend && npm install && npm run serve
  • The frontend server will be served at http://localhost:8080
  • Install requirements: cd backend && pip install -r requirements.txt
  • Backend: cd backend && uvicorn main:app --reload
  • The backend server will be served at http://localhost:8000
  • Background task: cd backend && celery --app background_tasks.celery worker --loglevel=info -c 1

About

Retrieve growth charts for your GitHub-hosted projects at any desired frequency (e.g. daily, weekly, monthly).


Languages

Language:Python 54.2%Language:Vue 43.1%Language:JavaScript 1.9%Language:HTML 0.7%