Git Product home page Git Product logo

automator's Introduction

Automator - Automate your complex tasks

What is Automator?

Automator is a project that aims to automate the monitoring and automation of tasks on every website (apps may be supported in the future). It is a project that is still in development and is not ready for production use.

How does it work?

Automator uses a simple and easy to use API to create tasks and monitor them. It's composed of 4 main components:

  • The Automator Robot - The robot is the main component of the project. It is responsible for executing the tasks and monitoring them. It is also responsible for saving resources and data to the correct storage.
  • The Automator Queue - The queue orchestrate the tasks execution, it is responsible for sending the tasks to the robot through a queue system.
  • The Automator Authenticator - The authenticator is responsible for confirming the tasks execution. It is responsible for checking if the tasks were executed correctly and if not and validates the resulting resources.
  • The Automator API - The API is responsible for serving the tasks to the users, to managing all the system data/configuration and to manage the users and their permissions.

Development status

Component Status
Robot ⚠️ In Progress
Queue ⭕️ Not started
Authenticator ⭕️ Not started
API ⭕️ Not started

Requirements

  • Docker (optional)
  • Docker Compose (optional)
  • Go 1.21+
  • PostgreSQL 15+ (older versions may work)
  • Redis 6+ (older versions may work)
  • RabbitMQ 3.12+ (older versions may work)
  • A CDP compatible web browser (Chrome, Firefox, Edge, etc), if not present rod (the base library used by the robot) will download a compatible version of Chromium.

How to run (meant for development)

  1. Clone the repository
  2. Run docker-compose up -d to start the database and queue services.
  3. Copy the .env.template file to .env inside every service and fill the variables.
  4. Run robot migrations cd robot && go run cmd/db/cli.go db init && go run cmd/db/cli.go db migrate
  5. Start the robot go run cmd/file_automator/main.go
  6. Start the robot grpc server go run cmd/grpc_server/main.go (starts on port 50051, you can see grpc/media.proto for the available methods)

automator's People

Contributors

rodasac 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.