-
Notifications
You must be signed in to change notification settings - Fork 2
Dependencies
Rose edited this page Apr 12, 2023
·
2 revisions
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