Giter VIP home page Giter VIP logo

webautotender's Introduction

WebAutotender

Essentially this is another take on a CI pipeline, but for general processsing and not code development.

This is intended to be a more general and more useful rep0lacment for my RSS Feed automator which did processing on RSS Feed data and the configuration was in a text file.

General Usage

There are two main items that you will interact with; Workflows and Instances.

Workflows are static but contain the steps that the processing will take. Instances contain state, and follow the steps of its given Workflow.

By default, nothing happens in the program. There are currently no triggers to autonomously react to triggers. So first, make a Workflow that will be your own custom trigger - eg polls periodically to check for RSS Feed updates. Then make an instance of that Workflow that will actually run and do the polling.

Second you make a workflow that handles processing the trigger - eg grabbing something from the feed and doing something. The triggering instance needs to have a step to spawn a new instance, but using the processing workflow.

Test Env Setup

python -m venv venv
pip install uvicorn fastapi
source venv/bin/activate

webautotender's People

Contributors

glop102 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.