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
The twitter API does not allow us to perform actions on replies to a tweet, such as favorite or retweeting it.
If, there was a way to use a StreamListener and retweet all the replies to a tweet containing a specific hashtag, it would solve a huge problem.
Obviously, we need a separate module for it and we need to dump all the tweets so that we can keep on performing the actions later also.
The text was updated successfully, but these errors were encountered:
The twitter API does not allow us to perform actions on replies to a tweet, such as favorite or retweeting it.
If, there was a way to use a StreamListener and retweet all the replies to a tweet containing a specific hashtag, it would solve a huge problem.
Obviously, we need a separate module for it and we need to dump all the tweets so that we can keep on performing the actions later also.
The text was updated successfully, but these errors were encountered: