feed2lj: Cross-post any RSS/Atom feed to LiveJournal
A script to cross-post any RSS/Atom Feed to LiveJournal.
All HTML tags are merely stripped from the original. By default the script takes only the first 5 sentences of the original message. You may need to edit source to change this behaviour.
CONFIGURATION
Create a file named `~/.ljpass` with your LJ login
(username
) and password
. GUIDs of the processed
message are saved to the file defined by sentfile
.
Additionally, define an HTML template
of the cross-posted
messages as they should appear in LJ.
For example:
username=myljlogin password=myljpassword sentfile=/path/to/file/where/crossposted/GUIDs/are/saved template=<p>%text%</p><p>( <a href="%link%" title="%title%">more</a> )</p>
USAGE
$ feed2lj http://example.com/rss.xml
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
nano-md5 | Use MD5 digest from OpenSSL bindings (default: use pureMD5) | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- feed2lj-0.0.2.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.0.2, 0.0.3, 0.0.3.1 |
---|---|
Dependencies | base (>=3 && <5), curl, directory, feed, haskell98, HTTP, nano-md5, old-locale, pureMD5, regex-posix, time, utf8-string [details] |
Tested with | ghc ==6.10 |
License | BSD-3-Clause |
Author | Sergey Astanin |
Maintainer | s.astanin@gmail.com |
Category | Web |
Home page | http://bitbucket.org/jetxee/feed2ljhs/ |
Bug tracker | http://bitbucket.org/jetxee/feed2ljhs/issues/ |
Uploaded | by SergeyAstanin at 2009-08-19T12:44:46Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | feed2lj |
Downloads | 2576 total (10 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-31 [all 7 reports] |