-
- Title
- 6 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
-
- Title
- 6 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
-
- Title
- 2 Example: Dynamic Feed Filter
- Preview

- Description
- Filter any feed for any search term
- Tags
-
example
-
- Title
- 2 Webhook example
- Preview

- Description
- A example pipe showing the use of webhooks
- Tags
-
example
-
- Title
- 1 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
-
- Title
- 0 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
-
- Title
- 0 Example: Scrape data from CoinMarketCap
- Preview

- Description
- Tags
-
example
-
- Title
- 0 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
-
- Title
- 0 Example: Craigslist Leads
- Preview

- Description
- Find work by searching your local craigslist for keywords, filtering out internships
- Tags
-
example
-
- Title
- 0 Example: Merging feed items
- Preview

- Description
- Tags
-
example
-
- Title
- 0 Example: Concatenation
- Preview

- Description
- Concatenate multiple nodes using xpath concat() function
- Tags
-
example