Hi!
I am using Streaming API by tweepy.
Does anybody know how to retrieve tweets which contain at least one hashtag inside? If tweepy can’t support, I could like to know if there is any other suitable package?
Thank you so much.
sheesh, does anybody even read these questions? i think you have to get all tweets, get a count of the hastags in the tweet and then filter like so (in Python):
nHashTags = len(oJSONData['entities']['hashtags'])