pluto icon indicating copy to clipboard operation
pluto copied to clipboard

support for single use feedreading (with or without ini)

Open infominer33 opened this issue 3 years ago • 2 comments

Sometimes I want to print one or two feeds onto a single page so I can review them\for research.

I made a "try.ini" to re-use for these cases, but realizing I need to add a line to my makefile so it deletes the existing database before running the feed, otherwise I get posts from previous runs mixed in.

Wondering if you'd consider enabling that by commandline, something like:

pluto b "https://identosphere.substack.com/feed/, https://decentralized-id.com/feed.xml" -t planetid -o try/

or perhaps:

pluto b try.ini -single -t planetid -o try/

infominer33 avatar Dec 12 '20 23:12 infominer33

Good point. Great idea. +1 - I have planned for a long time and actually started early this year to add more configuration formats including just a list of feeds (no .ini - just text) and the "standard / classic" opml - I started / built an opml (outline) parser https://github.com/feedreader/pluto/tree/master/opmlparser but than sorry it came all to an halt.

About testing I guess you want to test the merge of the templates / page generation - otherwise if you want to test the feed you can use the heart of pluto, that is, the feedparser in a little script, see https://github.com/feedparser/feedparser#read-feed-example.

Maybe make a list of some goodies for 2021 and the next pluto update:

  • also high on the list is support for tags / categories - from the feed and custom
  • and better support for (multi) author info from the feed
  • and your idea - easier configuration (just "plain" feed lists) and testing of merging of templates

Thanks again. Keep it up.

geraldb avatar Dec 13 '20 07:12 geraldb

love it! mostly my single-use case is research for content creation \ link collection... or even to see if I already wrote about something..

I just like looking at the entire blog on one page, then can even import to notion and export the whole thing to markdown for making curated lists and sharing\learning about the history of an org\company

infominer33 avatar Dec 13 '20 10:12 infominer33