Created by Jared from UpDownLeftDie
!meowify: Send in a whisper or any chat myaubot is already in to have it join the your channel!unmeowify: Send in a whisper or any chat myaubot is already in to have it leave the your channel!hiss: Will ignore you and not meowify your messages in any channel!patpat: Will stop ignoring you and meowify your messages once again
MyauBot needs several environment variables
-
BOT_USERNAMEthe twitch username of the bot account- Example:
myaubot
- Example:
-
BOT_OAUTHthe oauth password for the twitch bot account- Example:
oauth:12345asdf
- Example:
-
BASE_SUCCESS_RATEThe chance a message with a single match will be converted. It'sathis functiony = ab^x -
WORD_GROWTH_SUCCESS_RATEThe growth factor for each additional word. It'sbthis functiony = ab^x -
Example: When
BASE_SUCCESS_RATE = 0.1andWORD_GROWTH_SUCCESS_RATE = 2: For a single wordy = (0.1)(2)^(1) = .2there is a 20% chance of converting a message.