Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mmis1000/irc-reply-bot

a bot for user to set some keyword and reply pre-defined message
https://github.com/mmis1000/irc-reply-bot

Last synced: about 2 months ago
JSON representation

a bot for user to set some keyword and reply pre-defined message

Awesome Lists containing this project

README

        

##irc-reply-bot

------------

a bot for user to set some keyword and reply pre-defined message

-------------

###how to run this bot

1. run `npm install` to solve dependency
2. change configs in `config.example.js` and rename it to `config.js`
3. start the bot with `node index.js`

------------

###how to setup dev enviroment

1. pull down the project with `git clone https://github.com/YSITD/irc-reply-bot.git`
2. run `npm install` to solve dependency
3. run `npm install -g grunt-cli` if you have not do it before
4. run `grunt` to build the bot

------------

###dev notes

Don't put anything directly into `/lib`, the folder **will be deleted** during building this bot.

Please put them into `/src` instead, they will be copied into `/lib` during building.