From 007c9381d1021f57cf0c85d585d53fa6cb4f6556 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Tue, 31 Jan 2023 20:06:23 +0000 Subject: [PATCH] browserless update in readme --- README.md | 12 ++++++++++++ todo.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71bac69..744dec4 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ A change detection server that can notify through various services, written in G - [Notifiers](#notifiers) - [Shoutrrr](#shoutrrr) - [Apprise](#apprise) + - [File](#file) - [Build/Development](#builddevelopment) - [Typescript compilation](#type-script-compilation) - [Dependencies](#dependencies) @@ -248,6 +249,7 @@ services: image: browserless/chrome:latest ``` +To use Browserless, the [Browserless Get URL](#browserless-get-url) and [Browserless](#browserless-get-urls) filters must be used. Note that the proxy environment variables can be added to the Browserless container to still allow for proxying. ## Authentication @@ -325,6 +327,16 @@ During editing, http requests are cached, so not to trigger any DOS protection o Fetches every URL given as input and outputs every HTTP response. During editing, http requests are cached, so not to trigger any DOS protection on your sources. +## Browserless Get URL + +Fetches the given URL through [Browserless](#browserless) and outputs the HTTP response. +Will log an error if no Browserless instance is configured. + +## Browserless Get URLs + +Fetches every URL given as input through [Browserless](#browserless) and outputs every HTTP response. +Will log an error if no Browserless instance is configured. + ## CSS Use a [CSS selector](https://www.w3schools.com/cssref/css_selectors.php) to filter your http responses. diff --git a/todo.md b/todo.md index 016b02f..127afed 100644 --- a/todo.md +++ b/todo.md @@ -8,6 +8,6 @@ - browserless function filters - ~~split get url http.get and browserless get into 2 filters~~ - ~~refactor amazon template~~ - - docs + - ~~docs~~ - url path support - refactor project structure \ No newline at end of file