Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/actionsflow/awesome-actionsflow
This is a list of awesome workflow use cases for Actionsflow
https://github.com/actionsflow/awesome-actionsflow
List: awesome-actionsflow
actionsflow awesome awesome-list workflow
Last synced: 2 months ago
JSON representation
This is a list of awesome workflow use cases for Actionsflow
- Host: GitHub
- URL: https://github.com/actionsflow/awesome-actionsflow
- Owner: actionsflow
- License: mit
- Created: 2020-09-25T07:34:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-18T03:04:03.000Z (almost 3 years ago)
- Last Synced: 2024-05-23T03:04:28.727Z (8 months ago)
- Topics: actionsflow, awesome, awesome-list, workflow
- Homepage: https://actionsflow.github.io/docs/
- Size: 28.3 KB
- Stars: 178
- Watchers: 13
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
- awesome - actionsflow/awesome-actionsflow - This is a list of awesome workflow use cases for Actionsflow (Others)
- my-awesome - actionsflow/awesome-actionsflow - list,workflow pushed_at:2022-03 star:0.2k fork:0.0k This is a list of awesome workflow use cases for Actionsflow (Others)
README
# Awesome Actionsflow [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
Actionsflow helps developers to automate workflows based on GitHub actions. With Actionsflow, you can connect your favorite apps, data, and APIs, receive notifications of actions as they occur, sync files, collect data, and more.
This is a list of awesome workflow use cases for [Actionsflow](https://github.com/actionsflow/actionsflow).
> Want to list your workflow here? Welcome to [submit a pull request](https://github.com/actionsflow/awesome-actionsflow/pulls)
## Contents
- [Learn](#learn)
- [Workflow Collections](#workflow-collections)
- [Triggers](#triggers)
- [Actions](#actions)
- [Workflows](#workflows)
- [Starters](#starters)
- [Articles](#articles)
- [Communities](#communities)
- [Contribute](#contribute)## Learn
- [Actionsflow Workflow Syntax](https://actionsflow.github.io/docs/workflow/) - Learn how to write an Actionsflow workflow file.
- [Getting Started with Actionsflow](https://actionsflow.github.io/docs/getting-started/) - Get started with Actionsflow.
- [How Actionsflow worked](https://actionsflow.github.io/docs/concepts/) - Learn Actionsflow Core Concepts.
- [How to Create a Trigger of Actionsflow](https://actionsflow.github.io/docs/creating-triggers/) - Learn how to creating triggers.## Workflow Collections
- [Official Simple Examples](https://github.com/actionsflow/actionsflow/tree/main/examples/actionsflow-workflow-example/workflows) - This is a collection of workflow examples from official, it includes all official triggers' use cases.
## Triggers
See [Triggers List](https://actionsflow.github.io/docs/triggers/)
## Actions
- [Awesome Actions List for Actionsflow](https://actionsflow.github.io/docs/actions/)
- [Awesome Actions Repo](https://github.com/sdras/awesome-actions)## Workflows
- [A Complex workflow example with poll trigger](https://github.com/actionsflow/actionsflow/blob/main/examples/actionsflow-workflow-example/workflows/complex.yml)
- [Collect new Typeform responses to send a discord message](https://github.com/actionsflow/actionsflow-workflows/blob/main/workflows/typeform2discord.yml)
- [Send a daily digest telegram message about today's hot reddit posts](https://github.com/actionsflow/actionsflow-workflows/blob/main/workflows/daily-reddit-hot-digest-to-telegram.yml)
- [Send a facebook message when received an email](https://github.com/actionsflow/actionsflow-workflows/blob/main/workflows/email2faceebook.yml)
- [Send a HTTP Request when new RSS item is detected](https://github.com/actionsflow/actionsflow-workflows/blob/main/workflows/rss2request.yml)
- [Send a IFTTT webhook request when a npm package update](https://github.com/actionsflow/actionsflow-workflows/blob/main/workflows/npm2ifttt.yml)
- [Send a slack message when a new tweet by some user](https://github.com/actionsflow/actionsflow-workflows/blob/main/workflows/twitter2slack.yml)
- [Send a slack message when received a hacker news comments](https://github.com/actionsflow/workflow-for-actionsflow/blob/main/workflows/hackernews2slack.yml)
- [Send a slack message when a new version on npm](https://github.com/actionsflow/workflow-for-actionsflow/blob/main/workflows/npm2slack.yml)
- [Send a telegram message when new hot subreddit](https://github.com/actionsflow/actionsflow-workflows/blob/main/workflows/reddit2telegram.yml)
- [Send a telegram message when new YouTube videos update](https://github.com/actionsflow/actionsflow-workflows/blob/main/workflows/youtube2telegram.yml)
- [Send a telegram message abount today's weather every morning](https://github.com/actionsflow/actionsflow-workflows/blob/main/workflows/every-day-weather.yml)
- [Send a telegram message when it rains today](https://github.com/actionsflow/actionsflow-workflows/blob/main/workflows/telegram-when-rain.yml)
- [Send a webhook when receive a telegram message](https://github.com/actionsflow/actionsflow-workflows/blob/main/workflows/telegram2webhook.yml)
- [Send emails new RSS Feed items](https://github.com/actionsflow/actionsflow-workflows/blob/main/workflows/rss2email.yml)
- [Tweet new RSS Feed items ](https://github.com/actionsflow/actionsflow-workflows/blob/main/workflows/rss2twitter.yml)## Starters
- [actionsflow/actionsflow-workflow-default](https://github.com/actionsflow/actionsflow-workflow-default) - The Actionsflow official workflow starter.
## Articles
- [Compare Actionsflow with Zapier & IFTTT](https://actionsflow.github.io/docs/compare/) - Compare Actionsflow with Zapier & IFTTT.
- [Similar or Complementary to Huginn](https://github.com/huginn/huginn/wiki/Similar-or-Complementary-to-Huginn) - A wiki about things worked with Huginn, you can make Actionsflow work with them.## Communities
- [Join Actionsflow Slack](https://join.slack.com/t/actionsflow/shared_invite/zt-h5tmw9cn-GbZ4fzU_vc_qB~nnS_2Lvg) - Communicate with the other users at Slack.
## Contribute
Contributions welcome! Read the [contribution guidelines](contributing.md) first.