Import
Import module
Fetches content from external RSS/Atom/JSON feeds and generates posts based on templates. Similar to Nikola's continuous import feature.
Constants
DEFAULT_TEMPLATE = "{{ content }}"
Default template (baked-in) for simple use cases
Class methods
Collect the items of an RSS/Atom document into items. Logs a
warning only for unrecognized documents: a valid feed root with no
items (e.g. the last page of a paginated feed) is not an error.
Fetch articles from JSON API (Pocketbase or generic)
Generate post from feed item