From f64e61dd082a25c42de3b34f4aaad8a213bd1db2 Mon Sep 17 00:00:00 2001 From: KittenTM Date: Mon, 30 Mar 2026 22:32:57 +0200 Subject: [PATCH] feat: add twitter definitions in readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5c44e4b..e11de43 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,9 @@ The .env file is used for server setup. A example one with the fields already th | `cookie_secure` | `bool` | `True` | Primarily for debugging, controls the flag in cookies | | `judd_port` | `int` | `4000` | The port the Judd (telemetry) server will listen on | | `webhook_url` | str | *Required* | Where logging of blacklist.json will be sent to | +| `twitter_client_id` | `str` | *Required* | Twitter API client id | +| `twitter_client_secret` | `str` | *Required* | Twitter API Client secret | +| `twitter_redirect_uri` | `str` | *Required* | Where twitter redirects after logging in. Must match whats set in the API key. | > [!TIP] > For dumping your boss keys, see [this](https://github.com/PretendoNetwork/BetterKeyDumper/releases/tag/v1.0.0) HBL app. Note that the keys shown on the screen are garbage, I reccomend using a hex editor on the files it dumps. \ No newline at end of file