0.0.18 • Published 10 years ago

command-line-twitch v0.0.18

Weekly downloads
-
License
MIT
Repository
-
Last release
10 years ago

Command line implementation of Twitch chat commands using tmi.js

#What it does

  • Allows you to run Twitch chat commands from the command line.

#Supported commands

  • say message - Send a message to chat.
  • !twitter - Show Twitter link.
  • !facebook - Show Facebook link.
  • !subon - Enable sub mode.
  • !suboff - Disable sub mode.
  • !timeout username - Timeout a user.
  • !host channel - Host another channel.
  • !slowon seconds - Enable slow mode.
  • !slowoff - Disable slow mode.
  • !r9kon - Enable R9K mode.
  • !r9koff - Disable R9k mode.
  • !emoteonly - Enable emote only mode.
  • !emoteoff - Disable emote only mode.

#Example

var clt = require("command-line-twitch")

var facebook_link = "<YOUR FACEBOOK PROFILE NAME>";
var twitter_link = "<YOUR TWITTER PROFILE NAME>";
var channel_name = "<YOUR CHANNEL NAME>";
var bot_name = "<YOUR BOT NAME>";
var oauth_token = "<YOUR BOT OAUTH>";


clt.commandLineTwitch(facebook_link, twitter_link, channel_name, bot_name, oauth_token);
0.0.18

10 years ago

0.0.17

10 years ago

0.0.16

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago