Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/1001josias/botmaster-assistant

A desktop assistant to run puppeteer automations attended (locally)
https://github.com/1001josias/botmaster-assistant

Last synced: about 1 month ago
JSON representation

A desktop assistant to run puppeteer automations attended (locally)

Awesome Lists containing this project

README

        

# BotMaster Assistant

BotMaster Assistant is a desktop application designed to run Puppeteer automations locally with ease.

## Overview

BotMaster Assistant simplifies the process of running Puppeteer automations on your local machine. With its user-friendly interface, you can easily manage and execute your Puppeteer scripts without hassle. Ideal for businesses looking to provide automation capabilities to their employees for execution on their local machines.

## Installation

### Install

To install BotMaster Assistant and its dependencies, simply run:

```bash
yarn
```

### Development

```bash
yarn dev
```

### Build

```bash
# For windows
yarn build:win

# For macOS
yarn build:mac

# For Linux
yarn build:linux
```