add GetTweetsAndReplies and FetchTweetsAndReplies
This commit is contained in:
parent
0e07e464ba
commit
ec5d5dc117
4 changed files with 36 additions and 0 deletions
|
|
@ -286,6 +286,8 @@ var cursor string
|
|||
tweets, cursor, err := scraper.FetchTweets("taylorswift13", 20, cursor)
|
||||
```
|
||||
|
||||
To get tweets and replies use `GetTweetsAndReplies`, `FetchTweetsAndReplies` and `FetchTweetsAndRepliesByUserID` methods.
|
||||
|
||||
### Get user medias
|
||||
|
||||
500 requests / 15 minutes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue