https://github.com/afritzler/node-irc-bot
An IRC Bot written in Node.js that will amuse your Channels by telling Jokes
https://github.com/afritzler/node-irc-bot
bot irc irc-bot jokes
Last synced: 24 days ago
JSON representation
An IRC Bot written in Node.js that will amuse your Channels by telling Jokes
- Host: GitHub
- URL: https://github.com/afritzler/node-irc-bot
- Owner: afritzler
- License: apache-2.0
- Created: 2014-08-22T07:57:59.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T05:46:58.000Z (about 2 years ago)
- Last Synced: 2025-11-16T20:26:04.424Z (8 months ago)
- Topics: bot, irc, irc-bot, jokes
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
node-bot
========
An IRC Bot written in Node.js
# Prerequisits
You need to install a few packages before installing the node specific packages:
```
sudo apt-get install libicu-dev
```
# Usage
Install the necessary node modules via:
```bash
npm install
```
To run the IRC bot you need to execute the following command:
```bash
node bot.js BOTNAME IRCSERVER "COMMA_SEPERATED_CHANNELLIST" PATH_TO_DATAFILE
```
In order to get a joke from the bot you need to type the following in one of the
channels:
```
BOTNAME, tell me a joke
```
The result will be a random quote from the ```DATAFILE``` you provided.
# License and Authors
Authors: Andreas Fritzler
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.