Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mmis1000/irc-reply-bot
- Owner: mmis1000
- License: mit
- Created: 2014-08-08T15:25:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T18:44:14.000Z (over 2 years ago)
- Last Synced: 2024-04-14T22:53:52.140Z (9 months ago)
- Language: JavaScript
- Size: 1.04 MB
- Stars: 3
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.