Utils
The public API for fetching feeds and working with subscriptions lives in feeds.utils.
The most commonly used functions are:
read_feed(source)to fetch and persist one source immediatelyupdate_feeds(max_feeds=3)to process due sources in batchtest_feed(source, cache=False)to test feed reachabilityget_subscription_list_for_user(user)get_unread_subscription_list_for_user(user)
This page is the API reference for those functions.