geduldig/TwitterAPI

How to view all tweets and replies of a user

Closed this issue · 7 comments

What api can be used to achieve this function? Help me Thanks

You should start by looking at the Twitter API docs here. Then decide if you want to use v1.1 or v2 of the API.

v1.1 user timelines
v2 user timelines

Either will return a maximum of 3200 tweets. If that is not enough you must use Premium v1.1.

Thanks, it's worth

Another question, in the returned data, does Twitter have any comment data?

How to get the comment data in tweets

What is "comment data"? There is nothing by this name. First, read the docs. They specify exactly what is returned.

image

reply data

Replies come with the user timeline. Did you look at the documentation?