Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/1001josias/botmaster-assistant
- Owner: 1001Josias
- Created: 2024-03-22T01:37:11.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T01:52:15.000Z (4 months ago)
- Last Synced: 2024-08-11T02:47:11.768Z (4 months ago)
- Language: TypeScript
- Size: 293 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```