Giter VIP home page Giter VIP logo

Comments (3)

federvieh avatar federvieh commented on September 4, 2024

Since I really liked this feature in Newsrob I will try to figure out how to implement this in GrazeRSS, but has anyone started looking into this and maybe has a hint for me how to get started?

from grazerss.

travistabbal avatar travistabbal commented on September 4, 2024

I've looked at it. I should get time to work on things soon, but if you
want to take a stab at this, it won't be too hard. Check out
app/src/com/grazerss/NewsBlurBackendProvider.java

This line gets the folder/feed mappings from NewsBlur:

FeedFolderResponse feedResponse = apiManager.getFolderFeedMapping(false);

Then in the fetchAndStoreArticles method, we make a call to get unread
hashes. The API supports sending a list of feeds to this call. I don't know
off hand if the Java code I have in there from them has it, but it's pretty
straightforward to add parameters to the calls. So you can use the
folder/feed map to get a list of the feeds in that folder, then pass the
list to the get unread hashes call to get stories for just those feeds. The
rest of the code should work fine as written. You would need to have an
if() block to decide to use that or not, and add the setting back in etc..
If you get it working without that, just let me know and I'll help
integrate it if you can't find all that. If you submit a pull request with
if(true) that would be fine.

Thanks for offering to look at it. If you decide not to do it, let me know
so I can put it on my list to do. :)

On Sat, Aug 24, 2013 at 8:41 AM, federvieh [email protected] wrote:

Since I really liked this feature in Newsrob I will try to figure out how
to implement this in GrazeRSS, but has anyone started looking into this and
maybe has a hint for me how to get started?


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-23209832
.

from grazerss.

federvieh avatar federvieh commented on September 4, 2024

Should be fixed now (see above pull request). Thanks for your support.

from grazerss.

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.