Skip to content

Installation guide

Mstiekema edited this page Nov 19, 2016 · 28 revisions

How to install Yucibot

Step 1: Make a folder for the bot

You can make it wherever you want it to be, just don't lose track of it.

Step 2: Install node.js

Go to nodejs.org and follow the installing process. After you finish installing, open up your cmd, go to your project folder and type the following code to initialize node.js

npm install

You can name the things whatever your want it to be.

Step 3: Install the Twitch tmi.js

After initializing node, type in the following code:

npm i tmi.js --save

Step 4: Fetch the repository

You can download it from the main repo page, or you can use the command line if you are on a VPS

git clone https://github.com/Mstiekema/Yucibot.git .

Clone this wiki locally