Skip to content

slzakaria/gitpulse

Repository files navigation

Gittrackr API

GitPulse is a Go-based API that retrieves repositories with open issues on GitHub based on programming languages. It focuses on fetching repositories that have had open issues within the last 6 months. This tool helps in identifying active projects by language.

Features

  • Fetches repositories from GitHub.
  • Filters repositories by programming language.
  • Retrieves repositories with open issues in the last 6 months.
  • Provides information on repository name, description, open issues, stars, and more.

Prerequisites

  • Go 1.22.5 or higher
  • A GitHub API token (for authentication)