How to retrieve Tweets with specific Hashtag

帅比萌擦擦* 提交于 2019-12-13 03:27:26

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!