fboucher/cloudbot

By fboucher

Updated 8 months ago

Simple Twitch chatbot for Twitch stream, build with Comfy.JS.

Image

221

All the details about the available commands and contributors are available in GitHub at https://github.com/FBoucher/CloudBot

The container by default uses the port 3000, you can map it to a different one if you want to keep 3000 available for some other node development.

To need to map a folder to import the settings (from the file secret.js) and to export the stream notes. The ${PWD} is the current local folder on the host. The file secret.js also goes in this folder.

Here an example how to instantiate the Chatbot.

docker run -p 3001:3000 -d -v ${PWD}:/usr/src/app/io fboucher/cloudbot

The chatbot will be available at http://localhost:3001 and the current folder (passed with ${PWD}) will be use.

For any question, trouble, doubts, please create an issue on GitHub.

~Enjoy!

Docker Pull Command

docker pull fboucher/cloudbot