BotMaster Assistant is a desktop application designed to run Puppeteer automations locally with ease.
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.
To install BotMaster Assistant and its dependencies, simply run:
yarn
yarn dev
# For windows
yarn build:win
# For macOS
yarn build:mac
# For Linux
yarn build:linux