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
2
votes
0 answers

How to display my website rss feeds on slack?

There is a way to display website rss feeds on slack And to change the format of new feeds that displayed on slack Can i change the way that is displayed on slack ?
a7me63azza8
  • 437
  • 3
  • 10
2
votes
0 answers

How to change the format and style of rss feeds in my slack channel?

now after i integrate my website RSS with slack to display new feeds , can i change the way and the format of new feeds that displayed in slack channel? can i make new format or style to dispaly this feeds ?
a7me63azza8
  • 437
  • 3
  • 10
2
votes
0 answers

RSS Feed Reader trouble populating listview with the proper

I have the design set up, I need to know how to populate the listview with the URLs RSS feed the user enters in the first activity. Then onClick it opens the 2nd activity which opens a list I need to populate with the user Inputted URL RSS feed.…
ChrisFocker
  • 193
  • 11
2
votes
0 answers

RSS Feed Entries - Encoding::CompatibilityError incompatible character encodings: ASCII-8BIT and UTF-8

I am currently working on an RSS feed that was working for a while but now has an encoding issue. After trying many of the solutions here unsuccessfully, I have deduced that I may be having issues with the feed parser. The error starts with the…
fancy_daniel
  • 87
  • 2
  • 10
2
votes
1 answer

Rails RSS builder with image, banner, logo

I tried to create a RSS feed with image for each article and eventually a banner for Feedly and a logo but I struggle to do that. Here is the preview of what I get : Here is my RSS Builder: #encoding: UTF-8 xml.instruct! :xml, :version =>…
ZazOufUmI
  • 3,212
  • 6
  • 37
  • 67
2
votes
1 answer

Filtering a RSS feeds

Is it possible to filter an RSS feed? What I mean is this, this is a sample of my RSS feed. As you can see, I have a category tag. Now, is it possible to filter by ? Right now, the filtering functionality is done in code. Is there a…
doglin
  • 1,651
  • 4
  • 28
  • 38
2
votes
1 answer

Android Rss Reader Library gradle integration

I am trying to use this Rss reader library in android studio.But the project site does not state any gradle integration link. I searched and followed the link here. However, that link is also not working. Can anyone give me any solution to this?…
Arnab
  • 483
  • 1
  • 6
  • 14
2
votes
1 answer

iOS in-App browser

Hey so I am building an iOS RSS Reader News app. Some long RSS articles end with a "Read more" link. After clicking "Read more", Safari opens up. I want it to - instead of having Safari open that link - open it inside the app. Note: I need this to…
Gordon
  • 147
  • 2
  • 14
2
votes
1 answer

Feed reader for android, ios with angularjs

I'm tring to build a rss reader for android, ios platforms with angularjs. It works, but it reads two times each resource. app.js index.html and home.html codes app demo How can I fix it? Thanks..
2
votes
2 answers

How to retrieve feed from Facebook when Facebook stopped supporting rss feed?

Facebook has recently stopped supporting rss feed. Are there any ways to retrieve rss feed from Graph API or some more easy way to retrieve feed from Facebook without much hassel?
anhchuong95
  • 103
  • 1
  • 8
2
votes
0 answers

RSSOwl error when launching the application ("might have disabled stack guard")

I've downloaded RSSOwl and tried to run its executable file but it gives an error in the console: Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library…
2
votes
1 answer

How to get the Full text From RSS feeds : Android and IOS

How can I get the full text from the RSS feeds. Normally we are getting some basic informations,Is there any option to get full description text from the RSS feeds in Android and iOS?
2
votes
0 answers

RSStail crashes with segmentation fault 11

I'm trying to monitor an RSS feed using rsstail (https://github.com/flok99/rsstail), by piping the url from rsstail into another program. For some reason, rsstail crashes after a few minutes with Segmentation Fault 11. I have no idea why it would be…
Tabby_Nat
  • 21
  • 3
2
votes
1 answer

Custom RSS Reader for Asp.net MVC

I need below kind of out put after reading the rss feed from the blog feed. I have written below code snippet for that. private IEnumerable GetBlogRssFeeds() { var rssFeed =…
Sampath
  • 63,341
  • 64
  • 307
  • 441
2
votes
1 answer

RSS reader openStream()

I am new to Java , but really want to become better at it. I'm trying to write a simple RSS reader. Here's the code: import java.io.*; import java.net.*; public class RSSReader { public static void main(String[] args) { …
Farsatanis
  • 23
  • 3