Showing 276 open source projects for "trigger%20bot"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • Build Secure Enterprise Apps Fast with Retool Icon
    Build Secure Enterprise Apps Fast with Retool

    Stop wasting engineering hours. Build secure, production-grade apps that connect directly to your company’s SQL and APIs.

    Create internal software that meets enterprise security standards. Retool connects to your business data—databases, APIs, and vector stores while ensuring compliance with granular permissions and audit logs. Whether on our cloud or self-hosted, build the dashboards and admin panels your organization needs without compromising on security or control.
    Learn More
  • 1
    Trigger.dev

    Trigger.dev

    Trigger.dev is the open source background jobs platform

    Write normal async code and we'll handle the rest, from deployment to elastic scaling. No timeouts, real-time monitoring, and zero infrastructure to manage. Reliably call AI APIs with no timeouts, automatic retrying, and tracing. Use existing Node.js SDKs and code from your repo.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Hotkey

    Hotkey

    Trigger an action on an element with a keyboard shortcut

    Trigger an action on a target element when the hotkey (key or sequence of keys) is pressed on the keyboard. This triggers a focus event on form fields or a click event on other elements. By default, hotkeys are extracted from a target element's data-hotkey attribute, but this can be overridden by passing the hotkey to the registering function (install) as a parameter.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Kubespider

    Kubespider

    A global resource download orchestration system

    ...After being exposed to Terraform and its great versatility, we were inspired to create Kubespider as a general download orchestration system that is compatible with various resource platforms and download software. Kubespider supports multiple download methods, including request trigger, cycle trigger, and update trigger, making it the most comprehensive and unified solution for resource downloads.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    noti

    noti

    Monitor a process and trigger a notification

    Monitor a process and trigger a notification. Never sit and wait for some long-running process to finish. Noti can alert you when it's done. You can receive messages on your computer or phone. Noti can send notifications on a number of services. Checkout the screenshots directory to see what the notifications look like on different platforms. Just put noti at the beginning or end of your regular commands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    Automa

    Automa

    A chrome extension for automating your browser by connecting blocks

    ...Automa has provided various kinds of blocks that will help you do automation, and all you need to do is connect them. Want your workflow to run every day or every time you visit a specific website? You can set the workflow trigger on the trigger block. Try a workflow from the marketplace. There're dozens of workflows been shared by Automa users which you can add and customize. Auto-fill forms, do a repetitive task, take a screenshot, or scrape website data, the choice is yours. You can even schedule when the automation will execute! Browse the Automa marketplace where you can share and download workflows with others.
    Downloads: 25 This Week
    Last Update:
    See Project
  • 6
    fzf

    fzf

    A command-line fuzzy finder

    ...Unless otherwise specified, fzf starts in "extended-search mode" where you can type in multiple search terms delimited by spaces. Fuzzy completion for files and directories can be triggered if the word before the cursor ends with the trigger sequence, which is by default **. Fuzzy completion for PIDs is provided for the kill command. In this case, there is no trigger sequence.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    Watchman

    Watchman

    A file watching service that records when files change

    Watchman purpose is to watch files and record when there are changes. It can trigger actions (rebuilding assets, for example) when there is a change in matching files. The watchman executable has both the client and the server components of the watchman service. When running watchman, it will attempt to communicate with your existing server instance (each user has their own persistent process), and will attempt to start it if it doesn’t exist.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 8
    photo trigger sunjob

    photo trigger sunjob

    фото триггер (high speed photo trigger)

    фотогаджеты, триггеры для скоростной фото съемки (периферия, датчики, исполнительные механизмы) Canon 1Ds mkII - Li-Po батарейный мод NP-E3 high-speed ф.тригеры: - Photo Trigger 1.x (2x555 chip) - Photoduino 2.x mod - CameraAxe 3.0.0.4 mod - контроллер эл.м. клапана - фото синхронизатор (по 1му и 2му пыху) - фото мост (photo gate) Photoduino https://kalanda.github.io/photoduino/ https://github.com/kalanda/photoduino CameraAxe3 http://www.glacialwanderer.com/hobbyrobotics/?p=325 Прочие, не фото-проекты, доработки, моды: AVR ISP MK2 Power Mod - программатор MK61 - прг.калькулятора MK51 - калькулятора JDS6600 Power Mod - генератор KORAD KA 3050D - блока питания Ploter / 2D графопостроитель
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    Free Manga Downloader 2

    Free Manga Downloader 2

    Free open source application for managing and downloading manga

    This is an active fork of the Free Manga Downloader which is a free open source application written in Object Pascal for managing and downloading manga from various websites. The source code was released under the GPLv2 license.
    Downloads: 83 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    on-change

    on-change

    Watch an object or array for changes

    Watch an object or array for changes. It works recursively, so it will even detect if you modify a deep property.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    user-event

    user-event

    Simulate user events

    ...For example userEvent.click(checkbox) would change the state of the checkbox. user-event is a companion library for Testing Library that simulates user interactions by dispatching the events that would happen if the interaction took place in a browser. fireEvent dispatches DOM events, whereas user-event simulates full interactions, which may fire multiple events and do additional checks along the way. Testing Library's built-in fireEvent is a lightweight wrapper around the browser's low-level dispatchEvent API, which allows developers to trigger any event on any element. The problem is that the browser usually does more than just trigger one event for one interaction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Chatterino 2

    Chatterino 2

    Chat client for Twitch

    Chatterino 2 is a chat client for Twitch.tv. Commands are used as shortcuts for long messages. If a message starts with the "trigger" then the message will be replaced with the Command. Chatterino comes with a collection of built-in commands to help with channel management, Twitch interaction, and other misc. features.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    novu

    novu

    The open-source notification infrastructure

    ...Select channels, add content with {{dynamic}} syntax, and custom rules to control the delivery of notifications. Use a built-in collection of popular providers - Sendgrid, Mailgun, Twilio and many more. Add API key and you're ready to go. Send an event trigger using one of our community-built SDK's, and we will handle it from there. A digest engine that aggregates multiple events in to a single precise notification. Using Novu API to handle all user preferences and subscriptions across channels. UI components included. A smart API to centralize all communication channels in a single place: E-mail, SMS, Direct, Push and many more. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14
    pg-osc

    pg-osc

    Easy CLI tool for making zero downtime schema changes

    pg-osc (Online Schema Change) is a CLI tool for making non-blocking schema changes to large PostgreSQL tables. It creates a shadow table, copies data incrementally, and swaps tables with minimal downtime. Ideal for high-traffic applications, pg-osc lets teams modify database structures safely in production environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    django-pgtrigger

    django-pgtrigger

    Write Postgres triggers for your Django models

    django-pgtrigger is a Django library for defining and managing PostgreSQL triggers directly in Python code. It allows developers to create database-level logic like automatic field updates, auditing, or validation without writing raw SQL. It’s ideal for teams that want stronger data integrity while keeping logic version-controlled.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Argo Events

    Argo Events

    Event-driven Automation Framework for Kubernetes

    Argo Events is an event-driven workflow automation framework for Kubernetes. It allows you to trigger 10 different actions (such as the creation of Kubernetes objects, invoking workflows or serverless workloads) on over 20 different events (such as webhook, S3 drop, cron schedule, messaging queues - e.g. Kafka, GCP PubSub, SNS, SQS).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    pgstream

    pgstream

    PostgreSQL replication with DDL changes

    ...It relies on SQL triggers that will populate a Postgres table (pgstream.schema_log) containing a history log of all DDL changes for a given schema. Whenever a schema change occurs, this trigger creates a new row in the schema log table with the schema encoded as a JSON value. This table tracks all the schema changes, forming a linearised change log that is then parsed and used within the pgstream pipeline to identify modifications and push the relevant changes downstream.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 18
    Keel

    Keel

    Kubernetes Operator to automate Helm, DaemonSet, StatefulSet, etc

    ...A single command, no dependencies. No lock-in, no custom configuration files. Start using it now. Runs as a single container, with no database is required. Policies and trigger types are specified in your application deployment files or Helm charts. Use policies to define when you want your application to be updated. Providers can have different mechanisms of getting configuration for your application, but policies are consistent across all of them. Users can specify on their Kubernetes manifests or Helm charts how many approvals do they have to collect before a resource gets updated. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 19
    jQuery Validation Plugin

    jQuery Validation Plugin

    jQuery Validation Plugin library sources

    The jQuery Validation Plugin provides drop-in validation for your existing forms, while making all kinds of customizations to fit your application really easy. This jQuery plugin makes simple clientside form validation easy, whilst still offering plenty of customization options. It makes a good choice if you’re building something new from scratch, but also when you’re trying to integrate something into an existing application with lots of existing markup. The plugin comes bundled with a...
    Downloads: 32 This Week
    Last Update:
    See Project
  • 20
    Read the Docs

    Read the Docs

    The source code that powers readthedocs.org

    Read the Docs is a platform that automates building, versioning, and hosting documentation from source repositories. Supporting Sphinx, MkDocs, Jupyter Book, and more, it integrates with GitHub, GitLab, and Bitbucket to trigger automatic builds upon updates. Both open-source projects and private documentation can be hosted, with previews, search, audits, and analytics, enabling seamless “Docs as Code” workflows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Claude Code Config

    Claude Code Config

    My personal Claude Code configuration

    ...The project centralizes configuration files that instruct Claude Code how to behave in different contexts, automating repetitive tasks and enforcing coding patterns across languages or project types. Its rulesets can apply path-scoped conventions (such as for TypeScript or test files), while hooks trigger scripts on specific events like prompt submission or automated checks. Custom agents help perform specialized tasks like codebase search or documentation generation, and skills extend Claude’s capabilities with domain-specific utilities. Commands provide quick shortcuts and interactions within the Claude Code environment, helping streamline workflows.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    Tilt

    Tilt

    Define dev environment as code for microservice apps on Kubernetes

    A toolkit for fixing the pains of microservice development. Understand & orchestrate your services, work smarter & faster wherever you are, and team-based productivity. See all the pieces of your app, and trigger custom workflows like seeding databases or creating infrastructure. Our engine starts the whole app and runs automated rebuilds as you edit in your IDE. Get a continuous feedback loop with your logs, broken builds, and runtime errors. Work with Kubernetes without needing to be an expert. And if you are an expert, no more 20 questions with kubectl. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    Amical

    Amical

    Open Source AI Dictation App

    ...Users can enhance transcription accuracy with custom vocabulary tailored to industry jargon, proper nouns, and personal terms, and set up personalized voice shortcuts to trigger workflows or dictate across applications. Amical supports multilingual dictation with over 50 languages at native-level accuracy. Its features include a floating desktop widget for easy access, voice-activated commands, custom hotkeys, transcription history, and more.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 24
    Weft

    Weft

    Task management, but AI agents do your tasks

    ...It runs entirely on Cloudflare’s platform using Workers, Durable Objects, and Workflows, enabling scalable and persistent task state with minimal backend overhead. Users can set up parallel agents to handle multiple tasks at once and even schedule recurring jobs that trigger daily or weekly to keep workflows on track. Notifications inform the user when tasks are completed or when agent approvals are required, keeping oversight within reach.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 25
    Jolt Physics

    Jolt Physics

    A multi core friendly rigid body physics and collision detection lib

    A multi core friendly rigid body physics and collision detection library suitable for games and VR applications, used by Horizon Forbidden West. So why create yet another physics engine? First of all, this has been a personal learning project and secondly I wanted to address some issues that I had with existing physics engines. In games we usually need to do many more things than to simulate the physics world and we need to do this across multiple threads. We therefore place a lot of...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next