Skip to content

sansarip/bbsbot

Repository files navigation

bbsbot

A Twitch bot for thebooboosousa channel

Migrating to https://github.com/sansarip/bbsbot-cljs

Prerequisites

  1. NPM
  2. Node

Setup

cd bbsbot
node install

Make sure you have the necessary env vars located in env.js defined before running.

Docker

docker build . -t sansarip/bbsbot:latest
# You should also set the necessary env vars with -e
docker run -p 3000:3000 -d --rm --name bbsbot sansarip/bbsbot:latest

Node REPL

cd src
node
.load repl.js
wyr.startJob()

Server

node src/app.js

About

A Twitch bot for thebooboosousa channel

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published