1. Title
    Example: Generate a feed for a webpage
    Preview
    Created with Raphaël 2.2.0view outputOutputOutview outputDownloadview outputDuplicateview outputExtractStart at item.contentview outputExtractStart at item.contentview outputExtractStart at item.contentview outputBuild Feedtitlecontent*requireddatelink
    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
  2. Title
    HN filtering example
    Preview
    Created with Raphaël 2.2.0view outputOutputOutview outputFiltersearch in fields:block found itemsview outputFeedview outputDuplicateview outputFiltersearch in fields:block found itemsview outputCombineview outputFiltersearch in fields:block found items
    Description
    Example pipe showing how to filter a feed, in this case Hacker News, for keywords (here: Bitcoin and Ethereum).
    Tags
    example
  3. Title
    Webhook example
    Preview
    Created with Raphaël 2.2.0view outputOutputOutview outputFeedview outputFiltersearch in fields:block found items
    Description
    A example pipe showing the use of webhooks
    Tags
    example
  4. Title
    Example: Dynamic Feed Filter
    Preview
    Created with Raphaël 2.2.0view outputOutputOutview outputFeedview outputFiltersearch in fields:block found itemsText InputText Input
    Description
    Filter any feed for any search term
    Tags
    example
  5. Title
    Example: Twitter Integration
    Preview
    Created with Raphaël 2.2.0OutputOutview outputTweetsText Input
    Description
    Show all public feeds by Snowden, but with a configurable input.
    Tags
    example
  6. Title
    Example: Create custom Feed for Hacker News
    Preview
    Created with Raphaël 2.2.0OutputOutview outputDownloadview outputBuild FeedItems:titlecontent*requireddatelinkview outputExtractStart at item.contentview outputDownloadview outputExtractStart at item.contentview outputDownloadview outputExtractStart at item.content
    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
  7. Title
    Example: Concatenation
    Preview
    Created with Raphaël 2.2.0OutputOutview outputDownloadview outputExtractStart at item.content
    Description
    Concatenate multiple nodes using xpath concat() function
    Tags
    example
  8. Title
    Example: Merging feed items
    Preview
    Created with Raphaël 2.2.0OutputOutview outputDownloadview outputDownloadview outputExtractStart at item.contentview outputExtractStart at item.contentview outputMerge Itemsview outputBuild FeedItems:titlecontent*requireddatelink
    Description
    Tags
    example
  9. Title
    Example: Craigslist Leads
    Preview
    Created with Raphaël 2.2.0OutputOutview outputFeedview outputFeedview outputCombineview outputFiltersearch in fields:block found itemsview outputSort
    Description
    Find work by searching your local craigslist for keywords, filtering out internships
    Tags
    example
  10. Title
    Example: Insert an extracted element into feed
    Preview
    Created with Raphaël 2.2.0OutputOutview outputFeedview outputFeedview outputExtractStart at item.contentview outputInsert
    Description
    Insert the extracted channel image element of a soundcloud into the Hacker News feed.
    Tags
    example
  11. Title
    Example: Scrape data from CoinMarketCap
    Preview
    Created with Raphaël 2.3.0OutputOutview outputDownloadview outputExtractStart at item.contentview outputDownloadview outputExtractStart at item.contentview outputBuild FeedItems:titlecontent*requireddatelinkview outputTruncateview outputTruncate
    Description
    Tags
    example
  12. Title
    Example: Element extraction
    Preview
    Created with Raphaël 2.3.0OutputOutview outputFeedview outputDuplicateview outputBuild FeedItems:titlecontent*requireddatelinkRecalculate GUIDview outputExtractStart at item.contentview outputExtractStart at item.contentview outputExtractStart at item.contentview outputExtractStart at item.content
    Description
    Example of how to create a feed with elements from an RSS feed, setting the title, link, content and pubDate.
    Tags
    example