Skip to content
Nutmeg Anne edited this page Nov 24, 2016 · 5 revisions

b0t is an irc node bot with support for trakt.tv, last.fm, urban dictionary and more.

Installation

In the directory you want to install the b0t, run:

git clone https://github.com/z0mbieparade/b0t.git
cd b0t
git submodule update --init --recursive
npm install && git submodule foreach "npm install"
Clone this wiki locally