feed-collect: Watch RSS/Atom feeds (and do with them whatever you like).
RSS and Atom are common technologies for publishing news updates and watching then on the client side. Client programs do a variety of things with them: Display feed items for a human user to read, send them into IRC, convert them to e-mail messages, aggregate them into larger feeds ("planet"s) and so on.
This package tries to provide a generic API for handling a stream of news items, not tied to any specific use case.
Using the library you can launch a thread which collects news items, and
handles them using a custom action you provide. Expected usage in many cases
is to push items (or specific parts of them) into a Chan
, and have your
application's event loop thread do the actual logic.
Some related packages which make specific uses of feeds are imm
and
rss2irc
. These 2 packages have inspired some ideas here.
[Skip to Readme]
Downloads
- feed-collect-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.0.1, 0.2.0.2 |
---|---|
Change log | ChangeLog |
Dependencies | base (>=4.7 && <5), feed (>=0.3.9), http-client (>=0.4.19), http-client-tls (>=0.2.2), time (>=1.5), time-units (>=1), timerep (>=2), transformers, utf8-string (>=1) [details] |
License | LicenseRef-PublicDomain |
Copyright | ♡ Copying is an act of love. Please copy, reuse and share. |
Author | fr33domlover |
Maintainer | fr33domlover@riseup.net |
Revised | Revision 1 made by akrasner at 2015-10-05T13:54:19Z |
Category | Web |
Home page | http://rel4tion.org/projects/feed-collect/ |
Bug tracker | http://rel4tion.org/projects/feed-collect/tickets/ |
Source repo | head: darcs get http://hub.darcs.net/fr33domlover/feed-collect |
Uploaded | by akrasner at 2015-09-15T14:55:54Z |
Distributions | |
Downloads | 3208 total (5 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-09-15 [all 1 reports] |