Twitch IRC Chatbot https://boto.sarimoko.com
Go to file
Sarimoko b092218386 Update 'node/boto.js' 2022-03-01 09:10:22 +00:00
node Update 'node/boto.js' 2022-03-01 09:10:22 +00:00
www getting out of dreamweaver lol 2022-02-14 20:29:46 -08:00
.gitignore Initial commit 2022-02-09 01:48:31 +00:00
LICENSE Initial commit 2022-02-09 01:48:31 +00:00
README.md Update 'README.md' 2022-02-13 16:42:05 +00:00

README.md

Boto

Twitch IRC Chatbot

npm install tmi.js@1.5.0
npm install dotenv
npm install request-promise
npm install colors
node boto.js

Start on Boot

# Installing pm2    
npm install -g pm2 # may require sudo

# Starting the app
pm2 start ~/Projects/red.js
pm2 save    # saves the running processes
            # if not saved, pm2 will forget
            # the running apps on next boot


# check status 
pm2 list

# IMPORTANT: If you want pm2 to start on system boot
pm2 startup # starts pm2 on computer boot