guicaulada / KustomBot

A customizable bot for Twitch.
GNU General Public License v3.0
4 stars 1 forks source link

Im useless #1

Closed PantherzZtv closed 5 years ago

PantherzZtv commented 5 years ago

idk how you upload the bot to twitch can you give me prompts or a tutorial

guicaulada commented 5 years ago

Hello, sorry it took me so long to answer you here.

This bot is using Node.js, inside the example folder I have an example project that is using the KustomBot library. You must have Node.js installed on the machine that is going to run the bot.

You can download this library and create your own project following the project in the example folder.

After downloading and installing Node.js, create a new folder for your project, open your command prompt, powershell or terminal, and run npm init to start your project, you can fill the information about your project however you prefer, or just press enter until it finishes asking for information.

After your project is initialized you can run npm install kustombot to install this library, after that you can follow the example project to build your own.

If you prefer you can use git clone https://github.com/Sighmir/KustomBot.git to clone this project to a KustomBot folder, open the example folder and edit the config.json file with your info, on the terminal use cd KustomBot/example to go to the example directory, and run npm install and npm start to run the example project.

You can get your Twitch API Token here: https://twitchtokengenerator.com/ If you are not sure which permission your bot should have and don't want to have any problems I recommend getting a Custom Scope Token with all scopes enabled. You just have to pick Custom Scope Token, hit Select All and Generate Token!