bot
bot copied to clipboard
GPT-powered bot that can automate complex online tasks using both the web browser and API calls.
Results
2
bot issues
Sort by
recently updated
recently updated
newest added
As the title says, when I try to run the bot command in a Windows environment, it does not work. I receive: C:\Users\NetworkOverflow\AppData\Roaming\npm/node_modules/node/bin/node: line 1: This: command not found My...
Electron would work as it ships with NodeJS and a Chromium binary for the app's UI. We can probably reuse the same chromium to run the browser-based automations. Tauri /...