added GetTweet description

This commit is contained in:
Valentine 2024-03-08 19:37:25 +03:00
parent 8506a1dac5
commit bd4c338eb4

View file

@ -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")
```