Feeds

Feeds need only a URL and a name to be created. The URL should point to either a JSON or RSS feed, and the name is used to identify the feed in the system.

Once created, the system will pull all variables from the feed and make them available for templating later on.

It’s important to let the system know which field in the feed represents when the post was published. This is used to determine which posts are new and should be shared.

Feeds can be paused and unpaused at any time. When paused, the system will not attempt to fetch new posts from the feed.

Creating a Feed

  1. Navigate to the Feeds page.
  2. Click the “New Feed” button.
  3. Enter the URL and name of the feed.
  4. Click “Next”.
  5. Reprtint.computer will attempt to fetch the feed and show you the available fields.
  6. Select the field that represents the publish date.
  7. Click “Save”.