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...
View ArticleHow to create a database of items from RSS feeds for analysis (not for an...
I need to create a database of items from rss feeds and I'd like it to be updated asynchronously (via push ala AJAX) rather than pull (ala scraping RSS via python/magpie in php). The database will be...
View ArticleUnable to receive RSS updates to my webhook setup using Django. Replay option...
I am trying to setup webhooks for Django and use Superfeedr.com to receive webhooks. I am using the RSS feed link they provide for testing: http://push-pub.appspot.com/. You can update the website in...
View ArticleHow 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...
View ArticlePubsubhubbub 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...
View ArticleIs there any way to generate links with rel="hub" with the feedgen package in...
I generate a RSS feed with the Python package feedgen and I am now trying to implement the PubSubHubbub protocol.From what I understand herehttps://indieweb.org/How_to_publish_and_consume_WebSubI need...
View Article