rss2irc
Version 1.0.3 revision 0 uploaded by SimonMichael.
Package meta
- Synopsis
- watches an RSS/Atom feed and writes it to an IRC channel
- Description
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.3 (2013/2/22)
Fixed:
fix http-conduit usage so the feed poller doesn't die within hours
0.2 (2013/2/18)
Fixed:
`--use-actions` works again
0.1 (2013/2/15)
Fixed:
release notes formatting on hackage
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 https feeds
can poll from stdin (-)
can poll a file containing multiple copies of a feed (eg for testing)
`--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
can poll urls with semicolon parameter separator (eg darcsweb's)
can announce item urls containing percent
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
- Author
- Don Stewart <dons@galois.com>, Simon Michael <simon@joyful.com>
- Bug reports
- n/a
- Category
- IRC
- Copyright
- n/a
- Homepage
- http://hackage.haskell.org/package/rss2irc
- Maintainer
- Simon Michael <simon@joyful.com>
- Package URL
- n/a
- Stability
- beta