Add more url params to README

This commit is contained in:
Felisp 2023-12-22 18:32:36 +01:00
parent b368c1d3d6
commit 983caa1dd2

View file

@ -20,12 +20,15 @@ Right now there is no automated way to generate your feed url but making one by
**** 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 |
| Param name | Default value | Can have multiple? | Mandatory? | Short 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 |
| chod | 94 | No | No | CHanceOfDeath - will include thread in the feed if it's chance to death i > chod |
| repeat | ~false~ | No | No | Whether to make new notification on every server update even when thread doesnt have higher chod |
| recreate | ~bool~ | Not implemented | Not implemented | Whether to notify when thread is detected for the first time |
**** How to create URL
*** Generating URL interactively