Page 1 of 1

NodeBot

Posted: 19 Jul 2020, 14:29
by burque505
NodeBotRPA - a newcomer using Node-Red. Still in alpha, it is working fine for me on Win10. Some things to remember:
  • View at least an introductory video on the web somewhere if you're not familiar with Node-Red.
  • Clone all three github repos, 'bot, 'editor', and 'connect'. (You can get by with 'bot' and 'connect' but I wouldn't.)
The directions below aren't near complete, and I may well have left something out. There are lots of moving parts here.

* Read the instructions here and follow them carefully if you want it to work.
* first, edit settings.ini in 'bot\releases\v0.1' to suit your system. I have been having to use 127.0.0.1 instead of 'localhost' for it to work.
* Unzip the correct version of 'nbWorker.exe' for your system (64-bit or 32-bit). I have to give it admin privileges.
* Install and start node-red from a command prompt. Leave it running.
* From 'Manage palette' in Node-Red, install the nodebot modules (search for nodebot in the 'Install' tab).
* From the 'connect' directory, run 'node ws-ssl.js. Leave it running.
* Start nbWorker.exe and connect.

Image

Regards,
burque505

Re: NodeBot

Posted: 28 Jul 2020, 09:14
by tank
thanks for posting this. its an interesting concept. and something to watch. flow based automation design is core to several of the "big Box" RPA tools but not new really when you consider how many android apk programing tools there are using the same concept.
what is interesting here is the use of node and JS as opposed to some other low level API or language.

Re: NodeBot

Posted: 28 Jul 2020, 11:05
by burque505
Good to see you back, @tank!
Regards,
burque505