From bd4c338eb453b8b25e605da4766ce513f1bd9f3b Mon Sep 17 00:00:00 2001 From: Valentine Date: Fri, 8 Mar 2024 19:37:25 +0300 Subject: [PATCH] added GetTweet description --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 718bc81..ce7b858 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,8 @@ scraper.Logout() 150 requests / 15 minutes +`TweetDetail` endpoint requires auth, so `TweetResultByRestId` endpoint used instead when auth not provided. Which doesn't return `InReplyToStatus` and `Thread` tweets. + ```golang tweet, err := scraper.GetTweet("1328684389388185600") ```