https://github.com/ymichael/thearcbot
because projects can only be so fun.
https://github.com/ymichael/thearcbot
Last synced: 9 days ago
JSON representation
because projects can only be so fun.
- Host: GitHub
- URL: https://github.com/ymichael/thearcbot
- Owner: ymichael
- Created: 2013-03-24T15:11:30.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-30T17:05:30.000Z (about 13 years ago)
- Last Synced: 2025-11-23T17:03:21.282Z (6 months ago)
- Language: JavaScript
- Size: 799 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# thearcbot
the arcbot does the following:
- Notifies IRC channel of git commits (using the post-receive hook)
- This happens asynchronously to avoid slow git pushes
- "That's what she said", uses the awesome `twss` node module to, well, troll.
- Greets returning users
## Usage Instructions
- Move `post-receive` to `/path/to/repository/hooks/`
- Change Constants in `app.js`
- BOT\_NICK
- bot's nick
- CHANNEL
- Channel that thearcbot is subscribed to
- NICKS
- key-value pair of names and IRC nicks to trigger IRC notification
- MSGES
- An array of greetings
- Run `app.js` to listen for requests (post-receive hook curls the application)