http.request.rss
Platypush documentation
http.request.rss
- class platypush.plugins.http.request.rss.HttpRequestRssPlugin(**kwargs)[source]
Bases:
HttpRequestPlugin
Plugin to programmatically retrieve and parse an RSS feed URL.
Requires:
feedparser (
pip install feedparser
)
- get(url)[source]
Perform a GET request
- Parameters:
url (str) – Target URL
kwargs (dict) – Additional arguments that will be transparently provided to the
requests
object, including but not limited to query params, data, JSON, headers etc. (see https://docs.python-requests.org/en/master/user/quickstart/#make-a-request)