aewens's IRC bot for irc.tilde.team | DEPRECATED BY https://tildegit.org/aewens/babili-bot
Go to file
aewens b12ad1c229 Fixed bug in summon and help, added hmmscore and memories 2018-07-16 18:28:55 -04:00
spells Fixed bug in summon and help, added hmmscore and memories 2018-07-16 18:28:55 -04:00
.gitignore Fixed bug in summon and help, added hmmscore and memories 2018-07-16 18:28:55 -04:00
LICENSE Initial commit 2018-07-13 12:59:52 -04:00
README.md Fixed bug in summon and help, added hmmscore and memories 2018-07-16 18:28:55 -04:00
blacklist.example.json Fixed some bugs in pushbullet, added reasons to blacklisting, added botlist help and summon commands 2018-07-14 01:21:11 -04:00
bot.js Fixed bug in summon and help, added hmmscore and memories 2018-07-16 18:28:55 -04:00
config.example.json Fixed bug in summon and help, added hmmscore and memories 2018-07-16 18:28:55 -04:00
memories.example.json Fixed bug in summon and help, added hmmscore and memories 2018-07-16 18:28:55 -04:00
package-lock.json Fixed bug in summon and help, added hmmscore and memories 2018-07-16 18:28:55 -04:00
package.json Fixed bug in summon and help, added hmmscore and memories 2018-07-16 18:28:55 -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

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