diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-06-27 00:07:40 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-06-27 00:07:40 +0300 |
| commit | 91246bdebffaba31072fad3cbb92ce12c683c529 (patch) | |
| tree | 144004e173d0be6ab4b9f76cff9200d3cc404f25 /README.md | |
| parent | 0d9a5d4c2570cad0e0e3f028d0903f3dc2b9df7d (diff) | |
*/*: Implement default user
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -63,7 +63,6 @@ Options: -f <secs> Connrefused timeout, max: 2, default: none -n <addr> Proxy server for Telegram Bot API -x <addr> Proxy server for Image Boards/SauceNAO API - -k <key> SauceNAO API key for public use Cache modes: none No cache reuse @@ -71,6 +70,25 @@ Cache modes: advanced Extract posts cache from inline results ``` +### Default user + +You can configure default user to let users without an account on certain Image Board or SauceNAO still have access to it with extended limits + +Make sure to turn bot off before any data manipulation + +Simply copy desired data from your user directory to `users/0` + +| Data | Name | +| :--- | :--- | +| `safebooru` | Safebooru | +| `danbooru` | Danbooru | +| `idolcomplex` | Idol Complex | +| `sankakuchannel` | Sankaku Channel | +| `konachan` | Konachan | +| `yandere` | Yandere | +| `saucenao` | SauceNAO | + + ## Supported Image Boards * [Safebooru](https://safebooru.donmai.us/) |
