Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lordalex2015/handler-twitch

Handler For Twitch (TMI.JS)
https://github.com/lordalex2015/handler-twitch

chatbot javascript tmijs twitch

Last synced: about 1 month ago
JSON representation

Handler For Twitch (TMI.JS)

Awesome Lists containing this project

README

        

# handler-twitch
### By: ArviX#8443
Handler For Twitch (tmi.js)

## Installation
`git clone https://github.com/LordAlex2015/handler-twitch.git`

`cd handler-twitch`

`npm build`

Edit config.json file, for your bot

How to create a bot? [See BOT_CREATE.md](docs/BOT_CREATE.md)

## Configure config.json

Username, you can set something random, but set the bot real name

Password, set the bot oauth token

Owners, Set your account username *(If you are the bot owner)*, you can add multiple accounts

Channels, Set the channel where the bot connects *(Ex: https://twitch.tv/nasa)*

## Starting

Once your config.json is saved

`npm start` or `node .` or `node main.js`

### Done!