https://github.com/magicmark/wafflebot
An IRC wafflebot
https://github.com/magicmark/wafflebot
Last synced: 7 months ago
JSON representation
An IRC wafflebot
- Host: GitHub
- URL: https://github.com/magicmark/wafflebot
- Owner: magicmark
- Created: 2015-10-01T21:12:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T22:03:06.000Z (over 8 years ago)
- Last Synced: 2025-09-17T11:47:11.727Z (7 months ago)
- Language: JavaScript
- Size: 5.51 MB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
wafflebot
=========
[](https://travis-ci.org/magicmark/wafflebot)
[](https://coveralls.io/github/magicmark/wafflebot?branch=master)
[](https://www.npmjs.com/package/wafflebot)
An IRC wafflebot.

## Fun Features
- Waffles
- Wafflebot will send you an email if you get pinged in a channel
- *Far* too many to describe, you'll have to explore!
## Have Wafflebot join a room
```IRC
/msg wafflebot join #myawesomechannel
```
## Subscribe to Wafflebot for notifications
Wafflebot did use Pushbullet for sending iOS notifications, but this has now been replaced by emails. If you would like iOS push notifications to be reenabled, let me know!
To subscribe, send wafflebot a private message with your email address:
```IRC
/msg wafflebot notify subscribe markl@yelp.com
```
Protip: You can enable browser/mobile notifications from wafflebot:
- https://support.google.com/mail/answer/1075549?hl=en
- http://www.howtogeek.com/171178/how-to-get-notifications-for-only-the-emails-you-care-about-with-gmail-on-android/
## How to run:
So you want to run your own Wafflebot? Good decision!
Suggested method of running Wafflebot is inside Docker.
```bash
git clone git@github.com/magicmark/wafflebot
cd wafflebot
make docker-run
```
## Mailing
Note: Wafflebot uses [nodemailer](https://github.com/nodemailer/nodemailer) for sending emails - see their documentation for info about the `mail_transport_string`.
## TODO
- Add more delicious british foods
## Contributing
Go for it! Submit a pull request :)
## Licence
