From 724ac911c83eb008e69889742ab2e7ed041b7efd Mon Sep 17 00:00:00 2001 From: Felisp Date: Fri, 22 Dec 2023 01:34:41 +0100 Subject: [PATCH] Add tables of url potential params --- README.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.org b/README.org index 74c323d..c438af8 100644 --- a/README.org +++ b/README.org @@ -18,6 +18,15 @@ Get notifications from your feed reader when your favourite /mlp/ thread is abou Right now there is no automated way to generate your feed url but making one by hand is fairly simple. +**** URL parameters + +| Param name | Default value | Can have multiple? | Mandatory? | Description | +|------------+---------------+--------------------+-----------------+-----------------------------------------------------------------| +| board | "mlp" | No | No | Which board to generate feed for *ONLY* ​/mlp​/ is supported | +| q | "" | Yes | Yes (1 or more) | This string is used to filter threads according to their titles | +| recreate | ~bool~ | Not implemented | Not implemented | Whether to notify when thread is detected for the first time | + + *** Generating URL interactively Coming soon