awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesWebhook-Triggered Command Execution

Execution of terminal commands triggered by incoming HTTP requests, with variable substitution.

Distinct from Custom Command Execution: Distinct from Custom Command Execution: focuses on event-driven execution triggered by webhooks, not manual invocation.

Explore 2 awesome GitHub repositories matching development tools & productivity · Webhook-Triggered Command Execution. Refine with filters or upvote what's useful.

Awesome Webhook-Triggered Command Execution GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • webhooksite/webhook.siteالصورة الرمزية لـ webhooksite

    webhooksite/webhook.site

    6,620عرض على GitHub↗

    Webhook.site is a web-based tool that captures, inspects, and debugs incoming HTTP requests and emails sent to a unique URL, without requiring any server setup. It also functions as an API mocking and response modification tool, capable of generating mock APIs from OpenAPI specifications and altering HTTP responses, headers, and status codes for testing purposes. Beyond inspection, it serves as a platform for webhook automation and workflow orchestration, triggering multi-step automations—including database queries, SSH commands, and HTTP calls—when a webhook is received. The service distingu

    Provides a custom action to run terminal commands when a webhook is received.

    JavaScriptangularfrontendlaravel
    عرض على GitHub↗6,620
  • maiot-io/zenmlالصورة الرمزية لـ maiot-io

    maiot-io/zenml

    5,452عرض على GitHub↗

    ZenML is an extensible machine learning orchestration framework designed to manage the end-to-end lifecycle of data pipelines and AI agent workflows. It functions as a durable orchestrator that executes machine learning tasks as directed acyclic graphs, ensuring that every step is containerized for consistent performance across local, cloud, and hybrid infrastructure. By decoupling pipeline code from underlying compute and storage backends, the platform allows developers to define infrastructure-agnostic stacks that remain portable across diverse environments. The project distinguishes itself

    Initiates new machine learning pipeline runs using natural language commands.

    Python
    عرض على GitHub↗5,452
  1. Home
  2. Development Tools & Productivity
  3. Custom Command Execution
  4. Webhook-Triggered Command Execution

استكشف الوسوم الفرعية

  • Natural Language Pipeline TriggersInitiating pipeline runs using natural language commands. **Distinct from Webhook-Triggered Command Execution:** Distinct from Webhook-Triggered Command Execution: focuses on conversational or natural language invocation rather than HTTP-based webhook triggers.