https://github.com/jelly/dogbot
A special irc bot for chee and other 🐶
https://github.com/jelly/dogbot
bot dog irc
Last synced: 6 months ago
JSON representation
A special irc bot for chee and other 🐶
- Host: GitHub
- URL: https://github.com/jelly/dogbot
- Owner: jelly
- Created: 2017-02-21T12:22:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T18:44:10.000Z (about 8 years ago)
- Last Synced: 2025-02-12T08:25:03.467Z (8 months ago)
- Topics: bot, dog, irc
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dogbot
A special irc bot for chee and other 🐶.
## Configuration
Create a config.json in ${HOME}/.config/dogbot/config.json with the following options:
```
{
"server": "irc.freenode.net",
"nick": "doggooo",
"channels": ["#dogs"]
}
```## Installation
```
npm install
node 🐶.js
```