feed2twitter: Send posts from a feed to Twitter
Reads feeds and tweets each post to a Twitter account. This is both a library and a simple executable build on top of it.
The feed is read only once. To keep updating, call this program/library every few minutes. A local cache of earlier tweets is kept in a file to make sure no duplicates are sent.
To build your own program on top of this library use the
atom2twitter
or rss2twitter
functions. If you need
access to the complete feed instead of just individual
individual items, use the feed2twitter
function.
See the hackage2twitter
program for an example of how to
use this library.
The executable can be used as such:
$ feed2twitter http://example.com/feed.rss username password cache-file 50 [--debug-mode]
Downloads
- feed2twitter-0.2.0.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.2.0 |
---|---|
Dependencies | base (>=4), bytestring (>=0.9.1.4), download-curl (>=0.1.1), feed (>=0.3.6), hs-twitter (>=0.2.5) [details] |
License | BSD-3-Clause |
Author | Tom Lokhorst |
Maintainer | Tom Lokhorst <tom@lokhorst.eu> |
Category | Web |
Home page | http://github.com/tomlokhorst/feed2twitter |
Uploaded | by TomLokhorst at 2009-05-21T18:50:11Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | feed2twitter |
Downloads | 1179 total (8 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |