Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nodebotrpa/editor

NodeBot nodes
https://github.com/nodebotrpa/editor

rpa

Last synced: 2 months ago
JSON representation

NodeBot nodes

Awesome Lists containing this project

README

        

# Flow Editor
You can use Node-red flow editor to automate processes with NodeBot RPA

## Installation
1. Download [Node.js](https://nodejs.org/en/download/) and install it
2. [Install Node-Red](https://nodered.org/docs/getting-started/local#installing-with-npm)
~~~
npm install -g --unsafe-perm node-red
~~~
3. Run Node-Red and install NodeBot RPA nodes from manage palette menu

### Manual Automation Module Installation
If you want to install manually follow the below steps
1. Start command line as administrator
2. Install ws if you didnt install before
~~~
cd
npm install ws
~~~
3. Run below command for every automation module
~~~
cd
npm install
~~~

## Run
1. Start Node-red
~~~
node-red
~~~
You can access the editor by your browser at http://localhost:1880

2. Run [NodeBot Worker](https://github.com/nodebotrpa/bot)

## Documentation
[Visit Documentation](https://github.com/nodebotrpa/editor/wiki)