Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for single use feedreading (with or without ini) #34

Open
infominer33 opened this issue Dec 12, 2020 · 2 comments
Open

support for single use feedreading (with or without ini) #34

infominer33 opened this issue Dec 12, 2020 · 2 comments
Labels
enhancement idea ideas to investigate and think about - why? why not?

Comments

@infominer33
Copy link

infominer33 commented Dec 12, 2020

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/

@geraldb
Copy link
Member

geraldb commented Dec 13, 2020

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 geraldb added enhancement idea ideas to investigate and think about - why? why not? labels Dec 13, 2020
@infominer33
Copy link
Author

infominer33 commented Dec 13, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement idea ideas to investigate and think about - why? why not?
Projects
None yet
Development

No branches or pull requests

2 participants