Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nodebotrpa/editor
NodeBot nodes
https://github.com/nodebotrpa/editor
rpa
Last synced: 2 months ago
JSON representation
NodeBot nodes
- Host: GitHub
- URL: https://github.com/nodebotrpa/editor
- Owner: nodebotrpa
- License: apache-2.0
- Created: 2020-07-11T08:59:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-30T09:56:49.000Z (about 3 years ago)
- Last Synced: 2024-09-19T07:40:22.341Z (4 months ago)
- Topics: rpa
- Language: HTML
- Homepage:
- Size: 156 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:18802. Run [NodeBot Worker](https://github.com/nodebotrpa/bot)
## Documentation
[Visit Documentation](https://github.com/nodebotrpa/editor/wiki)