Skip to content

nodebotrpa/editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flow Editor

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

Installation

  1. Download Node.js and install it
  2. Install Node-Red
npm install -g --unsafe-perm node-red
  1. 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 <node-red location>
npm install ws
  1. Run below command for every automation module
cd <node-red location>
npm install <nodebot module>

Run

  1. Start Node-red
node-red

You can access the editor by your browser at http://localhost:1880

  1. Run NodeBot Worker

Documentation

Visit Documentation

Releases

No releases published

Packages

No packages published