|
|
|
|
|
by chris_st
2257 days ago
|
|
Wow, what a great idea, and largely fantastic implementation! It really looks good. Do RSS feeds have "just" text that you pull to get the article content, or are you parsing the webpage somehow? If so, how? I've done something slightly (well, about 1% :-) similar for the "Popular" page on pinboard[0]. It used to have a line or two from the start of the article, using a webpage content extractor that got turned off, so I can't use it anymore. One arguably nice thing about mine is that it's updated once a day, and it remembers what you've read yesterday, so new articles are marked, and you can flip a switch to see the new stuff first. Thanks! [0] https://pbpb.cls.cloud |
|
This is also running in a semi-serverless container in Google Cloud Run (only costs me £1 a month!) so fetching and re-caching all of that when a new container is scheduled is painful, however it seems like state in the container is persisted longer than i initially thought, so it's good enough for now.