{"id":20879645,"url":"https://github.com/aswinbennyofficial/repospective","last_synced_at":"2026-03-19T17:57:47.740Z","repository":{"id":235157949,"uuid":"777024882","full_name":"aswinbennyofficial/Repospective","owner":"aswinbennyofficial","description":"Repospective is a versatile Git utility with tools for repo analytics, better forks, github actions config generator","archived":false,"fork":false,"pushed_at":"2024-04-26T06:27:05.000Z","size":3313,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T12:47:20.704Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aswinbennyofficial.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-25T03:22:11.000Z","updated_at":"2024-04-22T12:05:00.000Z","dependencies_parsed_at":"2024-04-26T07:33:26.599Z","dependency_job_id":null,"html_url":"https://github.com/aswinbennyofficial/Repospective","commit_stats":null,"previous_names":["aswinbennyofficial/repospective"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aswinbennyofficial/Repospective","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aswinbennyofficial%2FRepospective","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aswinbennyofficial%2FRepospective/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aswinbennyofficial%2FRepospective/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aswinbennyofficial%2FRepospective/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aswinbennyofficial","download_url":"https://codeload.github.com/aswinbennyofficial/Repospective/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aswinbennyofficial%2FRepospective/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29411138,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T07:17:12.156Z","updated_at":"2026-02-13T15:07:46.624Z","avatar_url":"https://github.com/aswinbennyofficial.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Repospective\nRepospective is a project aimed at providing valuable insights and tools for GitHub repositories. Whether you're an individual developer, a team, or an organization, Repospective offers a range of features to enhance your GitHub experience.\n\n## Features\n\n- Repo Analytics: Gain insights into your repository's performance, contributors, and more.\n- Better Forks: Explore the most forked repositories on GitHub.\n- GitHub Actions Config Generator: Easily generate configuration files for GitHub Actions workflows.\n\n## Run the project\n- Install dependencies `npm install`\n- Rename `.env.example` to `.env` and fill the required information\n- Run the server `npm start` \n- Frontend will load in `http://localhost:3000/`\n\n\n----\n----\n\n## Webpages\n\n### Homepage\n- **URL:** /\n- **Description:** Landing page for Repospective project.\n\n### Repo Analytics\n- **URL:** /pages/analytics.html\n- **Description:** Provides detailed analytics for a GitHub repository.\n- **API Endpoints Used:**\n    - `GET /api/v1/repo/:username/:repo`\n    - `GET /api/v1/repo/:username/:repo/graph`\n\n### Better Forks\n- **URL:** /pages/forks.html\n- **Description:** Displays popular forks of a GitHub repository.\n- **API Endpoint Used:**\n    - `GET /api/v1/forks/:username/:repo`\n\n### GitHub Actions Config Generator\n- **URL:** /pages/config-gen.html\n- **Description:** Generates custom configurations for GitHub Actions.\n- **API Endpoint Used:**\n    - `POST /api/v1/ga-config`\n\n### About\n- **URL:** /pages/about.html\n- **Description:** Provides information about the Repospective project, including its uses and benefits.\n\n### Contact Us\n- **URL:** /pages/contact.html\n- **Description:** Allows users to send emails to the project owner.\n- **API Endpoint Used:**\n    - `POST /api/v1/email`\n\n## API Endpoints\n\n### Health Check\n- **Endpoint:** `GET /api/v1/healthcheck`\n- **Description:** Endpoint to check the health of the API.\n- **Method:** GET\n\n### Get List of Forks\n- **Endpoint:** `GET /api/v1/forks/:username/:repo`\n- **Description:** Retrieves a list of forks for a GitHub repository.\n- **Path parameters:**\n    - `username`: GitHub username\n    - `repo`: Repository name\n- **Method:** GET\n\n### Fetch Repo Details\n- **Endpoint:** `GET /api/v1/repo/:username/:repo`\n- **Description:** Fetches details of a GitHub repository.\n- **Path parameters:**\n    - `username`: GitHub username\n    - `repo`: Repository name\n- **Method:** GET\n\n### Fetch Graph Activity\n- **Endpoint:** `GET /api/v1/repo/:username/:repo/graph`\n- **Description:** Fetches graph activity of a GitHub repository.\n- **Path parameters:**\n    - `username`: GitHub username\n    - `repo`: Repository name\n- **Method:** GET\n\n### Generate GitHub Actions Config\n- **Endpoint:** `POST /api/v1/ga-config`\n- **Description:** Generates GitHub Actions configuration.\n- **Body Parameters:**\n    - `branchName`: Branch name\n    - `language`: Programming language\n    - `requireTests`: Whether tests are required\n    - `registryUrl`: URL of registry\n    - `username`: GitHub username\n    - `imageName`: Name of the image\n- **Method:** POST\n\n### Send Email\n- **Endpoint:** `POST /api/v1/email`\n- **Description:** Sends an email to the project owner.\n- **Body Parameters:**\n    - `emailID`: Sender's email address\n    - `emailSubject`: Subject of the email\n    - `emailBody`: Body/content of the email\n- **Method:** POST\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faswinbennyofficial%2Frepospective","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faswinbennyofficial%2Frepospective","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faswinbennyofficial%2Frepospective/lists"}