How to get the replies for a given tweet with tweepy and python?
问题 After some searching I found a way to download the recent tweets from a given user. Now I want to get the replies for each tweet. I know that Twitter API does not provide an endpoint to get replies of a tweet unless we have a premium account. But I could find some workarounds in the internet. I found a way to get few tweets and their replies using Getting tweet replies to a particular tweet from a particular user. This code is also given below. How can I modify my code (getData.py) to save