├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | This is free and unencumbered software released into the public domain. 2 | 3 | Anyone is free to copy, modify, publish, use, compile, sell, or 4 | distribute this software, either in source code form or as a compiled 5 | binary, for any purpose, commercial or non-commercial, and by any 6 | means. 7 | 8 | In jurisdictions that recognize copyright laws, the author or authors 9 | of this software dedicate any and all copyright interest in the 10 | software to the public domain. We make this dedication for the benefit 11 | of the public at large and to the detriment of our heirs and 12 | successors. We intend this dedication to be an overt act of 13 | relinquishment in perpetuity of all present and future rights to this 14 | software under copyright law. 15 | 16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 17 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 18 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 19 | IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR 20 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 21 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 22 | OTHER DEALINGS IN THE SOFTWARE. 23 | 24 | For more information, please refer to 25 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | # Awesome automation list ![Awesome list](https://badgen.net/badge/icon/awesome?icon=awesome&color=purple&label) 3 | 4 | 5 | * [Activepieces](https://www.activepieces.com/) - Self-hosted open-source no-code business automation tool. 6 | * [Airflow](https://airflow.apache.org) - A platform to programmatically author, schedule and monitor workflows as directed acyclic graphs (DAGs) of tasks. 7 | * [Apple Shortcuts](https://itunes.apple.com/us/app/shortcuts/id915249334) - (iOs app) Quick way to get things done with your apps with just a tap, or by asking Siri. The Shortcuts app enables you to create personal shortcuts with multiple steps from your favorite apps. 8 | * [automate.io](https://automate.io) - (cloud) Integrate your cloud applications. Automate marketing, sales and business processes. 9 | * [Beehive](https://github.com/muesli/beehive) - A flexible event/agent & automation system with lots of bees 🐝 Allows you to create your own agents that perform automated tasks triggered by events and filters. 10 | * [Digdag](https://github.com/treasure-data/digdag) - (local app) Simple, open source, multi-cloud workflow engine. 11 | * [Gleam](https://github.com/chrislusf/gleam) - (local app) High performance and efficient distributed execution system, simple, generic, flexible and easy to customize. 12 | * [Huginn](https://github.com/huginn/huginn) - (local app) Create agents that monitor and act on your behalf. A hackable version of IFTTT or Zapier on your own server. 13 | * [IFTTT](https://ifttt.com) - (cloud) IFTTT is a free platform that helps you do more with all your apps and devices, including Facebook, Twitter, Dropbox, Evernote, Nest, Fitbit, Amazon Alexa, and Gmail. 14 | * [Integromat](https://integromat.com) - (cloud) Online automation platform. Beautifully-crafted editor. 15 | * [Leprechaun](https://github.com/kilgaloon/leprechaun) - Tool where you can schedule your recurring tasks to be performed over and over. There are 3 types of recipes: scheduled, hooked and cron scheduling jobs. 16 | * [Microsoft Flow](https://flow.microsoft.com) - (cloud) Online workflow service that automates events (known as workflows) across the most common apps and services. 17 | * [n8n](https://n8n.io) - Extendable workflow automation. Sync data between 200+ apps. Design powerful workflows. Create custom integrations. (local & cloud) 18 | * [Parabola](https://parabola.io) - (cloud) Visually oriented way of designing a workflow where users can piece together a complex work problem in a kind of flowchart piece by piece. 19 | * [RoboTask](https://robotask.com) - (windows app) Automate repetitive tasks on your Windows PC, ranging from simply launching applications, to checking email, moving or backing up files to uploading or downloading, sending email and much more. 20 | * [Runnerty](https://github.com/runnerty/runnerty) - (local app) Orchestrator of processes, open source tool which allows you to manage and plan workflows and processes. 21 | * [Stamplay](https://stamplay.com) - (cloud) Automate your business. Eliminate manual work. 22 | * [Tideflow](https://github.com/tideflow-io/tideflow) - (local, cloud) Realtime, open source workflows execution and monitorization web application. As easy as drag & drop. 23 | * [WinAutomation](http://winautomation.com) - (windows app) Automate any desktop application, automate your web processes, Macros, Task Scheduler, Email automation, Excel automation, Files & Folders automation, etc. 24 | * [Zapier](https://zapier.com) - (cloud) Easy automation for busy people. Zapier moves info between web apps automatically, so you can focus on your most important work. More than 1,000 web apps working together. 25 | * [zzBots](https://www.zzbots.com) - (cloud) Let Our Software Bots Save You Time. 26 | 27 | 28 | ----- 29 | 30 | ## License 31 | 32 | Unlicensed aka Public Domain. See [UNLICENSE](/LICENSE) for details. 33 | --------------------------------------------------------------------------------