How can I create a twitter search query for multiple accounts based on multiple words? For example: Consider two accounts: @hero1 and @hero2. I want all tweets from hero1 containing words 'super' or 'action' and tweets from hero2 containing word 'enemy' or a hashtag '#great'. How can I achieve this in one search query. I am able to search for a single account and single keyword but the multiple case is not working. Any help would be appreciated. Thanks in advance! Currently my api call looks like:
https://api.twitter.com/1.1/search/tweets.json?q=from%3Ahero1+super+action&count=10&include_entities=true