Is there a way to get a list of all tweets sent to a twitter user?
I know I can get all tweets sent by the user using api.GetUserTimeline(screen_name='realDonaldTrump')
, but is there a way to retrieve tweets to that user?
Use: api.GetSearch(raw_query='q=to%3ArealDonaldTrump')