I am trying to use Python 2.7 to subscribe to RSS feeds using Superfeedr.
After reading Superfeedr documentation my understanding is that a user can subscribe using XMPP or Pubsubhubbub.
I have previously worked with REST apis however I am very confused as to what I need to do in order to subscribe to feeds and receive them?
I have already installed the Superfeedr XMPP API Python Wrapper and looked into Superfeedr mashape api page and I am still struggling.
What are the basic steps a user needs to take to be able to subscribe and download RSS feeds in Superfeedr using either XMPP or Pubsubhubbub?