Questions tagged [superfeedr]

Superfeedr is a feed API service which helps services publish and consume RSS feeds.

Superfeedr is a feed API service that helps make the web realtime by pushing RSS feeds from publishers to subscribers. The service offers 2 APIs: and XMPP and is able to push normalized RSS/Atom, but also convert them to JSON.

26 questions
1
vote
1 answer

Pubsubhubbub library for NodeJs

I have a system where various rss feeds are added. I want to follow the content and be notified when new content is added in the feeds without having to check them one by one. I found out there is a pubsubhubbub protocol and that publishers can use…
alex.ac
  • 1,053
  • 2
  • 9
  • 23
0
votes
2 answers

What should be written in callback file of Superfeedr?

I need to generate RSS feed and get title and urls of the posts and so on. I decided to use Superfeedr for it. So in this situation, I'm a subscriber in Superfeedr. There is callback (the subscriber URL) field to get data, but I don't know what…
John
  • 877
  • 5
  • 14
  • 21
0
votes
1 answer

How can I add a link tag to the atom.builder feed generator?

In rails 3.0.9 (and maybe earlier) this code no longer works: //feed.atom.builder atom_feed :language => 'en-US' do |feed| feed.title @title feed.updated @updated feed.link('href' => 'http://[REDACTED].superfeedr.com/', 'rel' => "hub") …
coneybeare
  • 33,113
  • 21
  • 131
  • 183
0
votes
1 answer

Retrieving Superfeedr aggregated feeds to the node library

I’ve successfully created aggregated feeds using the hub.callback mechanism as described in your blog (https://blog.superfeedr.com/combining-feeds/). However, your NodeJS library doesn’t describe how to pull aggregated feeds… I was able to pull…
Jbbae
  • 824
  • 9
  • 19
0
votes
1 answer

Subscribe using Superfeedr PubSubHubbub generating error hub.topic not found

I want to integrate Superfeedr API using PubSubHubbub in PHP. I am following this and my code is:
nitin7805
  • 203
  • 2
  • 13
0
votes
0 answers

Remove expired data from Superfeedr

We use Superfeedr to load current internal job postings from our cloud recruitment software (Newton). It was just brought to my attention yesterday that positions that are no longer active are still being loaded in our feed. The raw feed from…
Steve Salowitz
  • 1,283
  • 1
  • 14
  • 28
0
votes
0 answers

SuperFeedr making request on EC2 private IP

I am getting these in my Apache Access log ip-XXX-XXX-XXX-XXX.ec2.internal:80 198.58.103.115 - - [19/Nov/2015:14:39:37 +0530] "GET /feed HTTP/1.1" 302 595 "-" "Superfeedr bot/2.0 http://superfeedr.com - Make your feeds realtime: get in touch -…
user2286243
0
votes
1 answer

Python and Visual Studio needed to install a Node.js module (Superfeedr Node.js wrapper)

I try to install a module to interract with Superfeedr's XMPP API in the Node.js. As explained here (https://github.com/superfeedr/superfeedr-node), this is what I do in Node.js: npm install superfeedr But I get the following messages in the…
GBC
  • 345
  • 3
  • 8
  • 23
0
votes
2 answers

Can't get Superfeedr callback response in CakePHP

I already added this URL to my subscribers list: http://push-pub.appspot.com/ BTW, I also setting well the callback URL, like: http://online-domain.com/data/forward My controller code: public function forward() { $this->autoRender = false …
user2889036
  • 61
  • 1
  • 1
  • 4
0
votes
1 answer

How To Use Superfeedr in a iPhone App?

I have some data that comes in the form of a RSS feed that I need to deliver to the user as soon as possible (this could potentially save lives). I found SuperFeedr and I want to use it to deliver content in the form of a push notification. Has…
67cherries
  • 6,931
  • 7
  • 35
  • 51
-1
votes
1 answer

How can I save a Superfeedr feed to a database?

I want to subscribe to several RSS feeds at once, and save the contents to a database. I have a Superfeedr account, so I can subscribe to the feeds that way, but I've read the Superfeedr docs and I can't figure out how I then access the aggregated…
Sharon
  • 3,471
  • 13
  • 60
  • 93
1
2