Skip to content

Dependencies

Rose edited this page Apr 12, 2023 · 2 revisions

Dependencies:

Trshbot requires these dependencies to run properly:

The main scaffolding to allow trshbot to interact with the Twitch API.

run: npm install tmi.js

Allows trshbot to store data in an SQLite database.

run: npm install sqlite3

Allows trshbot to replace words in viewers' chat messages with your chosen keyword and paste the edited message in chat. This library does parts of speech recognition so your bot replaces words in the most accurate and hilarious way.

Example:

TwitchChatViewer: I love when my dog licks my face, so cute!
Trsh_bot: I love when my banana licks my face, so cute!

run: npm install compromise

Back to Home

Clone this wiki locally