Questions tagged [rss-reader]

RSS Reader is a client software or a web application which aggregates syndicated web content such as news headlines, blogs, podcasts, and video blogs in one location for easy viewing.

RSS Reader is a client software or a web application which aggregates syndicated web content such as news headlines, blogs, podcasts, and video blogs in one location for easy viewing.

RSS Reader is also termed a news aggregator, feed aggregator, feed reader, news reader or simply aggregator.

461 questions
0
votes
1 answer

About Googles PubSubHubbub drawback

I was reading a paper titled "An Optimized Web Feed Aggregation Approach for Generic Feed Types" and googles PubSubHubbub protocol was discussed and the paper stated its drawback something like Furthermore, there are patch systems such as…
Rajeshwar
  • 11,179
  • 26
  • 86
  • 158
0
votes
1 answer

Read Rss from xml-url

Here is my code #!usr/bin/env perl # Setup includes use strict; use XML::RSS; use LWP::Simple; # Declare variables for URL to be parsed my $url2parse; # Get the command-line argument my $arg = shift; # Create new instance of XML::RSS my $rss = new…
rain zwr
  • 111
  • 1
  • 7
-1
votes
1 answer

django template engine variable in URL (RSS)

I'm writing a RSS feed in django. I give the item tag a link tag with the link to the original product. my URL looks like http://localhost:8000//nieuws_helpdesk.html?year={{ item.publish_date_start|date:"Y" }}&month={{…
user769498
  • 147
  • 1
  • 6
-1
votes
1 answer

get the all data from a complex rss feed

I want to read and save some data from this rss feed to in my database table. The RSS feed is http://feeds.feedburner.com/TechCrunch/. I have used the following code before to read another RSS feed: $homepage =…
omnath
  • 509
  • 8
  • 25
-1
votes
1 answer

it possible to generate the rss feed from a website that didnt provide rss

I want to know if it's possible to use Python or any other way to generate an RSS feed for a website, if the site does not provide RSS feeds. Are there any examples?
-1
votes
1 answer

How to find the RSS url for a company

This is for the purpose of studies. I want to extract rss feeds of Telstra company. How should I get the rss url for Telstra. I tried checking the page source of the company's website https://www.telstra.com.au/. However, there is no rss url. Can…
user8306074
  • 395
  • 4
  • 9
  • 19
-1
votes
1 answer

How to Implement multi category using tabs in an RSS feed app?

I Want to implement multi category in rss feed app, i created a method Downloader which works properly in mainactivity. But Downloader Method not works in tab fragments. Here is screenshot of my project and Downloader method. click here for project…
Harsh Tiwari
  • 55
  • 1
  • 6
-1
votes
1 answer

Monitor RSS/Atom feed

I want to figure out constantly monitor an RSS feed (Python 2.7, using feedparser) or any other library. Means if blog add a new article we get alert. and if article in db != new article then add this article in our db. I don't know how to do that.
Syed Aashir
  • 51
  • 1
  • 7
-1
votes
2 answers

How to get item position for recycle-view

I'm an Android programmer, I'm developing a news app using RSS feed that get the the news from the web, my code work fine ! but I wont when I click on any news to open new activity display news details ? i'm using recycle-view how i get the position…
J.Mod
  • 1
  • 3
-1
votes
1 answer

Displaying RSS Feed on a fragment

I've created an app with a drawer menu that opens a new fragment for each menu option. Within those fragments i'm attempting run several functions. I've parsed an RSS feed, and want to display the information I've parsed on a ListView inside a…
-1
votes
1 answer

Connecting to a web site with fiddler throws error " SEC_E_ALGORITHM_MISMATCH"

I'm trying to connect to two different RSS feeds at different addresses on the same server (domain names are slightly different) via Fiddler. One site works properly and returns data as expected. The second site returns a 502 error telling me The…
John S
  • 7,909
  • 21
  • 77
  • 145
-1
votes
1 answer

How to parse the media:group tag in the rss feed in iOS?

I tried to parse the "media:group" tag manually or via FeedKit swift. But getting the nil response for this. Please let me know how to parse this tag. This is url of rss feed http://www.rollingstone.com/music/rss and format is like…
Gopal Devra
  • 787
  • 9
  • 15
-1
votes
2 answers

Synchronize Digg Reader and Feedly

I need to connect Feedly and another online RSS/podcast reader, Digg Reader. I want to synchronize them. If I subscribe something in Feedly, I want the subscription to be automatically added in Digg Reader. I did the same using IFTTT with Diigo and…
Quidam
  • 245
  • 1
  • 15
-1
votes
1 answer

android get rssitem description from listview

In my android app I'm using a ListView populated by RSSItems taken from a webpage url; the listview shows me only title and pubdate of rssitem. I would realize that when I click on rssitem of the listview, app shows me an alert dialog showing me in…
xXJohnRamboXx
  • 739
  • 3
  • 10
  • 24
-1
votes
1 answer

What is the JSON equivalent of RSS?

I need to publish feeds in my application, and I want to use a standard format like RSS. But my application data is in JSON, and I would rather not convert all my objects. So is there a format that is equivalent to RSS but uses JSON?
Maestro
  • 9,046
  • 15
  • 83
  • 116