Skip to content

kaelduur/twitch-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitch Bot

Simple chat bot for Twitch.tv written in JavaScript.

Install

  1. Clone repository
  2. Install modules npm i
  3. Rename options.example.js to options.js
  4. Create a new Twitch account for the bot
identity: {
        username: 'bots-username',
        password: 'oauth-token'
    },
channels: ['channel-name, use commas to seperate channels']

You can create oauth-token here

  1. Run bot node bot.js

Commands

For users

!steam
!twitter

For mods

!followers
!followersoff
!clear

Links

tmi.js

Releases

No releases published

Packages

No packages published