Installation
WARNING 1: NOT FOLLOWING ANY STEP WILL MAKE IT INSTALL WRONG, HAVING TO DO A NODEJS AND BOT REINSTALL!
WARNING 2: FOR WINDOWS, IF YOU INSTALL OR RUN THE BOT WITH ADMINISTRATOR THE FILES WILL BE CORRUPTED AND YOU WILL HAVE TO REINSTALL THE BOT!
Firstly you need to install NodeJS 18.20.04, and tick the checkbox that says "Extra tools" to true while installing. Do not skip any pages to not miss this, it's very important.
on Windows get from here (chose NodeJS 18.20.04).
on Linux install nvm from here (chose NodeJS 18.20.04).
on macOS install nvm from here (chose NodeJS 18.20.04).
Then clone the repo from the view bot's GitHub page. To do this, press the blue button that says "Code", and then "Download ZIP"
After cloning the repo and unzipping it if needed, run the file depending on your operating system:
Windows: install.bat
Linux & macOS: install.sh
if you want to run it without an application, controling it using a browser, then run the file depending on your operating system:
Windows: headless_run.bat
Linux & macOS: headless_run.sh
If you want to run it with an application then run the file depending on your operating system:
Windows: run.bat
Linux & macOS: headless_run.sh
For both launching methods you can control it using an external browser by navigating to http://ip_of_machine:6554 or http://127.0.0.1:6554
For suggested hardware visit this page.
For usage visit this page.
Last updated