https://github.com/mrtazz/irc-notifier
notifier for my IRC setup
https://github.com/mrtazz/irc-notifier
Last synced: about 1 month ago
JSON representation
notifier for my IRC setup
- Host: GitHub
- URL: https://github.com/mrtazz/irc-notifier
- Owner: mrtazz
- License: mit
- Created: 2014-04-01T01:27:00.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-06-11T21:36:19.000Z (about 11 years ago)
- Last Synced: 2025-03-21T02:29:03.765Z (over 1 year ago)
- Language: Go
- Homepage: http://www.unwiredcouch.com/2012/11/03/irc-notifications-with-logstash.html
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# irc-notifier [](https://travis-ci.org/mrtazz/irc-notifier)
## Overview
This is a small program to fetch my IRC notifications from Redis according to
[the setup I wrote about][1]. It replaces the Python script I mentioned
because I got tired of having Python, pip, py-redis and gntp set up before
being able to receive notifications.
## Usage
```
panthor:irc-notifier:% irc-notifier --help
Usage of irc-notifier:
-a="": the auth key if set
-h="": the redis host
-p=6379: the redis port
panthor:irc-notifier:% irc-notifier -h redis.example.com -a lolsecret
```
[1]: http://www.unwiredcouch.com/2012/11/03/irc-notifications-with-logstash.html