问题
I am working on a project where I need to retrieve tweets which has specific hashtag e.g. #Shopping . Could you help me, how do I get this?
回答1:
If i were you, I'd look around here to query the tweets: Twitter Search API
From that you can get A JSON representation and process them as you'd like.
回答2:
https://api.twitter.com/1.1/search/tweets.json?q=%23HASH_TAG_HERE&screen_name=TWITTER_USER_NAME_HERE&count=10&include_entities=true
来源:https://stackoverflow.com/questions/19660642/how-to-retrieve-tweets-with-specific-hashtag