I think you mean sketch.
To run an instance of skitbot simply (make sure that you have node installed):
- clone this repo
- run
npm install
node index.js --user=USERNAME --pass=PASSWORD
At its heart skitBot is a bot which pores over the comments that come into Reddit and watches for the strings ' skit '
and ' skits '
, then responds with 'I think you mean [sketch](https://en.wikipedia.org/wiki/Sketch_comedy)'
. If your bot has similar behavior, feel free to fork the repo and alter these strings to your heart's content.