Giter VIP home page Giter VIP logo

Comments (5)

damoeb avatar damoeb commented on May 30, 2024

I have started to work on that. I am extracting the fulltext from the referenced link using the readability library (https://github.com/mozilla/readability) which works quite decent. Unfortunately its more complicated, cause resolving a feed will most likely exceed the request timeout, so it has to be implemented async.

from rss-proxy.

somedevreally avatar somedevreally commented on May 30, 2024

great, you are looking in to it. thanks
you might want to check this one too for full feed. https://github.com/HenryQW/mercury_fulltext

thanks again, for this tool

from rss-proxy.

damoeb avatar damoeb commented on May 30, 2024

I finished a POC but unfortunately it breaks the concept of rss-proxy (rp). To deliver a good experience with rp, which currently does not have any internal states, all requests would be required to resolve the links as full-articles feed within the request timeout. This is very hacky and won't work for slow or large feeds. Moreover throttling requests is not possible with this approach, and websites might start blocking rp.

A better approach is based on subscriptions, in which a subscription to a feed/website will be internally resolved to a full feed. I will release this solution in a different project called rich-RSS https://github.com/damoeb/rich-rss.

I will close the issue.

from rss-proxy.

somedevreally avatar somedevreally commented on May 30, 2024

can't open the demo site,
so does rich-rss can be replace rss-proxy or we have to use both?

thanks

from rss-proxy.

damoeb avatar damoeb commented on May 30, 2024

Its not yet live, maybe this weekend I will find some time to do it. 'rss-proxy' will be used internally, along with 'rss-bridge' which performs better for some mainstream sites.
You can use both, but if you want to get fulltext feeds you will have to switch to 'rich-RSS'.
I keep you posted.

from rss-proxy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.