Results 1 to 5 of 5

Thread: Cranking RSS field entries into something my ereader can handle

  1. #1
    Join Date
    Jul 2010
    Location
    Ashtabula County, Ohio
    Beans
    49
    Distro
    Xubuntu

    Exclamation Cranking RSS field entries into something my ereader can handle

    I don't like the way Calibre downloads feeds and bundles them into EPUB files. Right now I read my RSS feeds by reading twice-a-day HTML dumps produced by rawdog. Those HTML dumps don't convert nicely to EPUB via Calibre either.

    I've got quite a few feeds in the rawdog config file. There are probably tools that can be scripted together including rsstail perhaps. Taking rsstail output and transmogrifying it to epub might be simplest BUT getting from start to finish isn't sorted.

    What's a way forward to start with?

  2. #2
    Join Date
    Jul 2010
    Location
    Ashtabula County, Ohio
    Beans
    49
    Distro
    Xubuntu

    Lightbulb Re: Cranking RSS field entries into something my ereader can handle

    The way I think I can start is this:

    rsstail to pull recent posts

    THEN

    pandoc to convert the output of rsstail to EPUB

    THEN

    calibre to move the ebook to the Pandigital 6 inch novel reader I own that doesn't play at all with Amazon's blog subscriptions thingie.

    The thing is that that flow above only handles one feed. I want to combine a bunch of feeds into one ebook to read.

  3. #3
    Join Date
    Jul 2010
    Location
    Ashtabula County, Ohio
    Beans
    49
    Distro
    Xubuntu

    Re: Cranking RSS field entries into something my ereader can handle

    Well, that procedure did not work. Back to the drawing board...

  4. #4
    Join Date
    Mar 2006
    Location
    Kansas City, Mo
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Lightbulb Re: Cranking RSS field entries into something my ereader can handle

    So if I understand you correctly you would like to specify multi ( lets say 3 to 5 as an example ) RSS / ATOM feeds from sources ... then have them spliced togather into one and dumped into an ePub file that you can then sync to your device ?

    I can make that happen, I have some code that I wrote a few months back for a project that does something very very similar. I've got the time this afternoon so I'll yank those bits out into its own stand-alone app that you could run, like say on a crontab.

    As long as I understood you correctly, do let me know and I'll crank it out as I'm sure others could use something similar as well so once you're statisfied as the guiney pig I'll toss it on LP / PPA for everypone else
    --
    Brandon Holtsclaw
    @home: www.brandonholtsclaw.com

    Email: imbrandon@ubuntu.com

    Chat? Sure :
    Jabber & GTalk: me@brandonholtsclaw.com

    IRC: irc.freenode.net in #ubuntu-server & #juju as imbrandon

  5. #5
    Join Date
    Jul 2010
    Location
    Ashtabula County, Ohio
    Beans
    49
    Distro
    Xubuntu

    Re: Cranking RSS field entries into something my ereader can handle

    Quote Originally Posted by imbrandon View Post
    So if I understand you correctly you would like to specify multi ( lets say 3 to 5 as an example ) RSS / ATOM feeds from sources ... then have them spliced togather into one and dumped into an ePub file that you can then sync to your device ?

    I can make that happen, I have some code that I wrote a few months back for a project that does something very very similar. I've got the time this afternoon so I'll yank those bits out into its own stand-alone app that you could run, like say on a crontab.

    As long as I understood you correctly, do let me know and I'll crank it out as I'm sure others could use something similar as well so once you're statisfied as the guiney pig I'll toss it on LP / PPA for everypone else
    I apologize for the delay in replying. I would be interested in testing this.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •