rss2irc: watches an RSS/Atom feed and writes it to an IRC channel
rss2irc is an IRC bot that polls an RSS or Atom feed and announces updates to an IRC channel, with options for customizing output and behavior. It aims to be an easy-to-use, reliable, well-behaved bot.
Usage: rss2irc FEEDURL [BOTNAME@IRCSERVER/#CHANNEL] [OPTS]
For example, to announce Hackage uploads (like hackagebot):
$ rss2irc http://hackage.haskell.org/packages/archive/recent.rss mybot@irc.freenode.org/#haskell
0 (2013/2/15)
New:
more robust item detection and duplicate announcement protection, with simpler options
easier irc address syntax, drop -p/--port option
can poll urls with semicolon parameter separator (eg darcsweb's)
can poll https feeds
can poll from stdin (-)
can poll a file containing multiple copies of a feed (eg for testing)
can announce item urls containing percent
`--cache-control` option sets a HTTP Cache-Control header
`--use-actions` announces with CTCP ACTIONs (like the /me command)
Fixed:
updated for GHC 7.6 & current libs
initialises http properly on microsoft windows
builds threaded and optimised by default
thread and error handling is more robust, eg don't ignore exceptions in the irc writer thread
no longer adds stray "upload:" to IRC messages
renamed --dupe-descriptions to `--allow-duplicates`
dropped --debug flag
new item detection and announcing is more robust
announcements on console are clearer
a simulated irc connection is not logged unless --debug-irc is used
Downloads
- rss2irc-1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.2, 0.3, 0.4, 0.4.1, 0.4.2, 1.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.1, 1.2 |
---|---|
Dependencies | base (>=4 && <5), bytestring, cabal-file-th, cmdargs, containers, deepseq, feed (>=0.3.8 && <0.4), http-conduit (>=1.8 && <1.9), http-types (>=0.6.4 && <0.9), io-storage (>=0.3 && <0.4), irc (>=0.5 && <0.6), network (>=2.4 && <2.5), old-locale, parsec, regexpr (>=0.5 && <0.6), safe (>=0.2 && <0.4), split (>=0.2 && <0.3), text (>=0.11 && <0.12), time (>=1.1 && <1.5), transformers (>=0.2 && <0.4), utf8-string [details] |
Tested with | ghc ==7.6.1 |
License | BSD-3-Clause |
Author | Don Stewart <dons@galois.com>, Simon Michael <simon@joyful.com> |
Maintainer | Simon Michael <simon@joyful.com> |
Category | IRC |
Home page | http://hackage.haskell.org/package/rss2irc |
Source repo | head: darcs get http://joyful.com/repos/rss2irc |
Uploaded | by SimonMichael at 2013-02-15T21:19:25Z |
Distributions | Debian:1.2 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | rss2irc |
Downloads | 12140 total (4 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-12-22 [all 7 reports] |