aewens's IRC bot for irc.tilde.team | DEPRECATED BY https://tildegit.org/aewens/babili-bot
Go to file
aewens 56a48d4db3 Fixed formatting in README 2018-07-13 22:06:27 -04:00
spells Initial version working 2018-07-13 18:37:54 -04:00
.gitignore Initial version working 2018-07-13 18:37:54 -04:00
LICENSE Initial commit 2018-07-13 12:59:52 -04:00
README.md Fixed formatting in README 2018-07-13 22:06:27 -04:00
blacklist.example.json Initial version working 2018-07-13 18:37:54 -04:00
bot.js Initial version working 2018-07-13 18:37:54 -04:00
config.example.json Initial version working 2018-07-13 18:37:54 -04:00
package-lock.json Initial version working 2018-07-13 18:37:54 -04:00
package.json Initial version working 2018-07-13 18:37:54 -04:00

README.md

irc-bot

aewens's IRC bot for irc.tilde.team

Setting up

  1. Install the dependencies using $ npm install
  2. Create the needed JSON files using:
$ cp config.example.json config.json

$ cp blacklist.example.json blacklist.json
  1. Fill out the entries in config.json
  2. Run the bot using node bot.js or npm start