I need to get tweets based on specific keyword and hashtag for a specific user.
for example, if we search "user= @test; hashtag= hiphop". So, any @test tweets will appear in the feed, and any time the hashtag #hiphop is used, those tweets will be pulled in as well.
Thanks.
Tweets from @test containing #hiphop or hipop, using the q
parameter :
from:@test (#hiphop OR hipop)
(a space is an AND
)