awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
vn7n24fzkq avatar

vn7n24fzkq/github-profile-summary-cards

0
View on GitHub↗
3,353 Stars·431 Forks·TypeScript·mit·4 Aufrufegithub-profile-summary-cards.vercel.app/demo↗

Github Profile Summary Cards

Features

  • Profile Statistics Badges - A deployable tool for generating custom SVG badges and statistics cards from GitHub profile data on personal infrastructure.
  • Cron Scheduling - Triggers card regeneration automatically at set intervals using a cron job configured in the repository's workflow.
  • Automated Commit Pipelines - Commits newly generated SVG files directly to the repository using automated git commands within the workflow.
  • GitHub API Integrations - Fetches user statistics and repository data by making authenticated requests to the GitHub REST API endpoints.
  • Data Visualizations - Generates SVG visualizations of GitHub user statistics, including contribution graphs and language breakdowns.
  • Template String Interpolation - Generates visual cards by populating pre-defined SVG templates with fetched data using string interpolation.
  • Workflow Orchestration - Coordinates the entire generation pipeline through a GitHub Actions workflow file that defines steps and triggers.
  • Recurring Job Scheduling - Schedule card generation on a recurring cron job to keep profile statistics current without manual intervention.
  • Profile Statistics Card Schedulers - Setting up recurring cron jobs or scheduled workflows to automatically refresh and update profile statistics cards without manual intervention.
  • GitHub Stats Cards - Generates SVG cards displaying GitHub user statistics, including commit counts and repository activity.
  • Statistics Card Generators - Scripts that automatically create and update SVG cards with GitHub statistics on a scheduled basis.
  • GitHub Actions - Orchestrates the entire card generation pipeline through a GitHub Actions workflow file that defines steps and triggers.
  • Profile Statistics Generators - Generating visual summary cards that showcase a user's GitHub activity, contributions, and repository statistics for embedding in profile READMEs.
  • Statistics Card Generators - Run the card generation script from the command line to test or generate cards offline.
  • Data Transformation Pipelines - Transforms raw GitHub API responses into structured data objects optimized for card rendering.
  • CLI Execution - Run the card generation on a local machine using a provided username and UTC offset, requiring a GitHub token.
  • CLI Scripts - Allows users to run the card generation process manually from a terminal using a command-line script.
  • Template Interpolators - Populates pre-defined SVG templates with structured GitHub user data using string interpolation for card generation.

Star-Verlauf

Star-Verlauf für vn7n24fzkq/github-profile-summary-cardsStar-Verlauf für vn7n24fzkq/github-profile-summary-cards

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Github Profile Summary Cards

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Github Profile Summary Cards.
  • avgupta456/github-trendsAvatar von avgupta456

    avgupta456/github-trends

    16,016Auf GitHub ansehen↗

    GitHub Trends is a tool that generates embeddable SVG cards displaying live code contribution statistics from GitHub activity. It focuses on visualizing lines of code written per programming language, per repository, and over specified time periods, designed for inclusion in GitHub profile readmes. The project provides a range of SVG card types, including language breakdown cards that show a user's top programming languages by lines of code committed, repository activity cards that rank repositories by contribution volume, and time-based contribution cards that display code written over a cho

    Pythongithubgithub-apigithub-wrapped
    Auf GitHub ansehen↗16,016
  • denvercoder1/github-readme-streak-statsAvatar von DenverCoder1

    DenverCoder1/github-readme-streak-stats

    6,923Auf GitHub ansehen↗

    This project is a GitHub contribution streak tracker and profile README statistic generator. It functions as a deployable server that calculates consecutive days of commits, pull requests, and issues to produce dynamic visual cards displaying a user's total, current, and longest activity streaks. The tool generates customizable SVG activity stat cards that can be embedded directly into profile overviews. It features a parameter-driven theme engine for modifying colors and borders, as well as localization support for translating labels and formatting dates. The system includes configurable st

    PHP
    Auf GitHub ansehen↗6,923
  • ryo-ma/github-profile-trophyAvatar von ryo-ma

    ryo-ma/github-profile-trophy

    6,577Auf GitHub ansehen↗

    GitHub Profile Trophy is a service that generates SVG images of achievement trophies based on a GitHub user's profile statistics, designed for embedding in README files. It fetches profile data through the GitHub GraphQL API, renders the trophies server-side as SVG markup, and serves them directly to clients, with a Redis-based caching layer to reduce repeated API calls and speed up subsequent requests. The service can be deployed as a self-hosted HTTP server running on the Deno JavaScript runtime, packaged with Docker for consistent local and CI environments. It also offers a GitHub Action w

    TypeScript
    Auf GitHub ansehen↗6,577
  • sitoi/dailycheckinAvatar von Sitoi

    Sitoi/dailycheckin

    8,639Auf GitHub ansehen↗

    DailyCheckin is an automated multi-platform daily check-in tool that logs into dozens of online services to collect rewards without manual intervention. It supports a wide range of platforms including Bilibili, Baidu Tieba, Aliyun Drive, AcFun, and many others, handling tasks such as daily sign-ins, coin tipping, lottery draws, and virtual currency conversion. The system is built around a config-file-based platform registry that allows dynamic addition or exclusion of tasks, with a cron-driven scheduler executing all check-in scripts sequentially in a single process. The tool distinguishes it

    Pythonacfunaliyundrivebaidu
    Auf GitHub ansehen↗8,639
Alle 30 Alternativen zu Github Profile Summary Cards anzeigen→

Häufig gestellte Fragen

Was sind die Hauptfunktionen von vn7n24fzkq/github-profile-summary-cards?

Die Hauptfunktionen von vn7n24fzkq/github-profile-summary-cards sind: Profile Statistics Badges, Cron Scheduling, Automated Commit Pipelines, GitHub API Integrations, Data Visualizations, Template String Interpolation, Workflow Orchestration, Recurring Job Scheduling.

Welche Open-Source-Alternativen gibt es zu vn7n24fzkq/github-profile-summary-cards?

Open-Source-Alternativen zu vn7n24fzkq/github-profile-summary-cards sind unter anderem: avgupta456/github-trends — GitHub Trends is a tool that generates embeddable SVG cards displaying live code contribution statistics from GitHub… denvercoder1/github-readme-streak-stats — This project is a GitHub contribution streak tracker and profile README statistic generator. It functions as a… ryo-ma/github-profile-trophy — GitHub Profile Trophy is a service that generates SVG images of achievement trophies based on a GitHub user's profile… sitoi/dailycheckin — DailyCheckin is an automated multi-platform daily check-in tool that logs into dozens of online services to collect… robfig/cron — This is a scheduling library for executing recurring tasks in Go applications using cron-style timing expressions. It… node-schedule/node-schedule — node-schedule is a job scheduler for Node.js that executes arbitrary functions based on specific dates or recurring…