awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 रिपॉजिटरी

Awesome GitHub RepositoriesGitHub App Frameworks

Frameworks designed for building applications that integrate with the GitHub platform via webhooks and APIs.

Distinct from GitHub Integrations: Closest candidates are either lists of integrations or specific release tools; this is a general-purpose framework for building any GitHub App.

Explore 6 awesome GitHub repositories matching development tools & productivity · GitHub App Frameworks. Refine with filters or upvote what's useful.

Awesome GitHub App Frameworks GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • probot/probotprobot का अवतार

    probot/probot

    9,558GitHub पर देखें↗

    Probot is a framework for building and deploying GitHub Apps that monitor webhook events and execute automated workflows. It provides a system for receiving and validating event notifications to trigger server-side actions. The project utilizes an event-driven plugin architecture and a middleware-based request processing system to handle authentication, validation, and routing. It employs a dependency-injection pattern to provide a pre-configured API client for authenticated interactions with GitHub services. The framework includes tools for token-based identity management, signature-based p

    Provides a comprehensive framework for building and deploying GitHub Apps that automate workflows based on platform events.

    TypeScriptgithub-appsprobot
    GitHub पर देखें↗9,558
  • octokit/octokit.jsoctokit का अवतार

    octokit/octokit.js

    7,795GitHub पर देखें↗

    Octokit.js is a GitHub API SDK used to interact with GitHub via REST and GraphQL interfaces. It serves as a client for executing typed queries and mutations, managing authenticated REST requests, and handling signed webhooks across Node.js, Deno, and browser environments. The library features a plugin-based request pipeline and an adapter-based HTTP client, allowing the interception of requests and responses across different runtimes. It employs strategy-based authentication to separate credential management from request logic, supporting static tokens, OAuth flows, and GitHub App installatio

    Provides a framework for building applications that integrate with the GitHub platform via webhooks and APIs.

    TypeScriptgithubhacktoberfestjavascript
    GitHub पर देखें↗7,795
  • hunvreus/devpushhunvreus का अवतार

    hunvreus/devpush

    4,492GitHub पर देखें↗

    Devpush is a self-hosted Git-based PaaS that automates the deployment of containerized applications. It maps each Git branch to an isolated Docker environment, creating a multi-environment runtime where staging, production, and other workflows run in parallel with scoped configuration and encrypted variables. Deployments are triggered automatically by Git push events via a configured GitHub App, managing the full lifecycle from build to release with zero-downtime rollouts and instant rollback. The platform includes a built-in Let's Encrypt SSL manager that automatically provisions and renews

    Configures a GitHub App and stores its credentials for triggering automated deployments.

    Pythoncontinuous-deploymentdeploymentdjango
    GitHub पर देखें↗4,492
  • octokit/octokit.rboctokit का अवतार

    octokit/octokit.rb

    3,945GitHub पर देखें↗

    Octokit.rb is a Ruby client library and REST API wrapper used to programmatically interact with GitHub. It provides a structured interface for automating workflows, managing repositories, and transforming raw HTTP responses into Ruby objects. The library differentiates itself through hypermedia-driven navigation, which uses URI templates and link relations to discover resources dynamically. It also implements automated result pagination to combine paginated responses into single arrays and uses fingerprint-based caching to reduce redundant network requests. The tool covers a broad range of c

    Facilitates the development of GitHub Apps, including installation token and webhook management.

    Rubygithubgithub-apihacktoberfest
    GitHub पर देखें↗3,945
  • hunvreus/pagescmshunvreus का अवतार

    hunvreus/pagescms

    3,752GitHub पर देखें↗

    PagesCMS is a headless, Git-based content management system that uses a GitHub repository as its primary database. It provides a web interface for authoring and organizing structured files and media assets, transforming flat files in a repository into a structured content management environment. The system automates repository access and content updates through GitHub App integration and manifests. It features a schema-driven approach to map repository files and folders to specific editor fields, allowing for the management of static site content without a separate database. Capability areas

    Automates the setup of GitHub App environments and credentials using predefined configuration manifests.

    TypeScript11tyastrocms
    GitHub पर देखें↗3,752
  • usekaneo/kaneousekaneo का अवतार

    usekaneo/kaneo

    3,218GitHub पर देखें↗

    Kaneo is an open-source project management platform built around a kanban board interface for organizing tasks into columns with drag-and-drop status management. It functions as a self-hosted task manager that supports multiple workspaces, organizations, and role-based access control, with all persistent data stored in a PostgreSQL relational database and exposed through a RESTful JSON API. The platform distinguishes itself through deep external integration capabilities, connecting project workflows to GitHub, Gitea, Slack, Discord, and Telegram with automated event-driven actions. A webhook

    Retrieves connection details and settings for integrated GitHub applications.

    TypeScripthacktoberfesthonoissue-management
    GitHub पर देखें↗3,218
  1. Home
  2. Development Tools & Productivity
  3. GitHub App Frameworks

सब-टैग एक्सप्लोर करें

  • GitHub App Configurations2 सब-टैग्सSetting up and storing credentials for a GitHub App to enable automated deployments from repository events. **Distinct from GitHub App Frameworks:** Distinct from GitHub App Frameworks: focuses on the configuration and credential storage step, not the framework for building the app itself.