Skip to content
This repository has been archived by the owner on Feb 6, 2021. It is now read-only.

How to Run

dapucita edited this page Nov 11, 2020 · 2 revisions

This manual is written in English.

How to Run

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

Step 1 : Download and Unzip

1

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

Step 2 : Install Node.js

2

Download Node.js 14 LTS version from Node.js Website and install it.

Step 3 : Open Command Line and Move Path

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.

Step 4 : Install Packages

Install packages for launching bot application. Command it.

npm install

It could takes some times.

DO NOT CLOSE the Command Line window.

Step 5: Build the Bot

It almost done. You need to build the bot application at once. Command it.

npm run build

DO NOT CLOSE the Command Line window.

Step 6 : Launch the Bot

Launch the bot application. Command it.

npm start

DO NOT CLOSE the Command Line window.

Step 7 : Run

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.