api - Get a stream of tweets with hashtags from twitter -
search in twitter supports 'filter:hashtags' option show stream of tweets contains hashtags. https://twitter.com/search?q=filter%3ahashtags&src=typd&f=realtime
is there way such stream via api?
yes using search function though api can retrieve tweets hashtag. example: https://api.twitter.com/1.1/search/tweets.json?q=%40twitterapi
Comments
Post a Comment