-
-
Notifications
You must be signed in to change notification settings - Fork 1
How to Run
This manual is written in English.
You can use released version or build manually and run it.
We will learn how to build and run in this document.
Environment in example : Windows 10 64bit
Download .zip file and unzip it. Download link is on the main page.
You can unzip in any path but I recommend you choose simple name for start the bot quickly.
Directory path in example : c:\hotsmallbot
Download Node.js 14 LTS version from Node.js Website and install it.
Open Command Line(cmd) and command for move the directory path.
cd c:\hotsmallbot
If you unzipped it into other drive like D:, E:, you need to move drive path first by D: or E:.
DO NOT CLOSE the Command Line window.
Install packages for launching bot application. Command it.
npm install
It could takes some times.
DO NOT CLOSE the Command Line window.
It almost done. You need to build the bot application at once. Command it.
npm run build
DO NOT CLOSE the Command Line window.
Launch the bot application. Command it.
npm start
DO NOT CLOSE the Command Line window.
Input initial configurations with Auth Token Key for start your own room.
You can get Auth Token from here.
Token obtained: "abcdefghijklmnopqrstuvwxyz"
Copy the string without double quotation and paste it.
Now You can get the room link in a few seconds, or try it again.
DO NOT CLOSE the Command Line window during operating the room.