From ffe210c2d1a33d8352bc2bda55bf2120a4603864 Mon Sep 17 00:00:00 2001 From: Corentin <14354161+grallc@users.noreply.github.com> Date: Sun, 24 Nov 2024 14:15:17 +0700 Subject: [PATCH] Improved Twitter Documentation --- docs/docs/quickstart.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/docs/quickstart.md b/docs/docs/quickstart.md index 45de1ec4e9..e37d2a8f7b 100644 --- a/docs/docs/quickstart.md +++ b/docs/docs/quickstart.md @@ -141,11 +141,13 @@ Example for TWITTER_COOKIES The TWITTER_COOKIES variable should be a JSON string containing the necessary cookies. You can find these cookies in your web browser's developer tools. Here is an example format: ```bash -TWITTER_COOKIES='[{"name":"auth_token","value":"your token","domain":".twitter.com"}, - {"name":"ct0","value":"your ct0","domain":".twitter.com"}, - {"name":"guest_id","value":"your guest_id","domain":".twitter.com"}]' +TWITTER_COOKIES='[{"key":"auth_token","value":"your token","domain":".twitter.com"}, + {"key":"ct0","value":"your ct0","domain":".twitter.com"}, + {"key":"guest_id","value":"your guest_id","domain":".twitter.com"}]' ``` +Using TWITTER_COOKIES makes providing TWITTER_PASSWORD and TWITTER_EMAIL unnecessary. TWITTER_USERNAME is still required. + ### Telegram Bot 1. Create a bot