You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to block the users who relied to a specified tweet. Above is my code. However, target_tweet.replies (Tweet.replies) returns a few replies (2 to 7) and cannot get many other replies. Is this something that can't be helped by the API or other specifications?
Additionally, to avoid account freezing by twitter AI, we would like to set a limit on the number of blocks at one time and execute the block multiple times.
To do this, please let me know if there is a way to retrieve tweets without users already blocked on my account, or if there is a way to retrieve a list of users already blocked on my account.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to block the users who relied to a specified tweet. Above is my code. However, target_tweet.replies (Tweet.replies) returns a few replies (2 to 7) and cannot get many other replies. Is this something that can't be helped by the API or other specifications?
Additionally, to avoid account freezing by twitter AI, we would like to set a limit on the number of blocks at one time and execute the block multiple times.
To do this, please let me know if there is a way to retrieve tweets without users already blocked on my account, or if there is a way to retrieve a list of users already blocked on my account.
Beta Was this translation helpful? Give feedback.
All reactions