1. Title
    HN filtering example
    Preview
    Description
    Example pipe showing how to filter a feed, in this case Hacker News, for keywords (here: Bitcoin and Ethereum).
    Tags
    example
  2. Title
    Example: Generate a feed for a webpage
    Preview
    Description
    This pipe extracts content from a page to generate an RSS feed. It uses css selectors to get the elements that get regularly updated.
    Tags
    example
  3. Title
    Example: Dynamic Feed Filter
    Preview
    Description
    Filter any feed for any search term
    Tags
    example
  4. Title
    Webhook example
    Preview
    Description
    A example pipe showing the use of webhooks
    Tags
    example
  5. Title
    Example: Create custom Feed for Hacker News
    Preview
    Description
    Use the download and extractor block to create a feed for sites that do not have an RSS feed, or that have a feed you do not wish to use.
    Tags
    example
  6. Title
    Example: Element extraction
    Preview
    Description
    Example of how to create a feed with elements from an RSS feed, setting the title, link, content and pubDate.
    Tags
    example
  7. Title
    Example: Scrape data from CoinMarketCap
    Preview
    Description
    Tags
    example
  8. Title
    Example: Insert an extracted element into feed
    Preview
    Description
    Insert the extracted channel image element of a soundcloud into the Hacker News feed.
    Tags
    example
  9. Title
    Example: Craigslist Leads
    Preview
    Description
    Find work by searching your local craigslist for keywords, filtering out internships
    Tags
    example
  10. Title
    Example: Merging feed items
    Preview
    Description
    Tags
    example
  11. Title
    Example: Concatenation
    Preview
    Description
    Concatenate multiple nodes using xpath concat() function
    Tags
    example