I am trying to search for the tweets from multiple users which contains the specific keyword.
Is there any specific twitter API to do so? and If there is, can you tell me how to get the search result?
I need to pass at least 10 users at a time and 1 keyword.
Question posted in Twitter API
The official Twitter API documentation can be found here.
The official Twitter API documentation can be found here.
2
Answers
If you’re working with Node.js, then there is a helpful npm package ‘twit’.
For searching the tweets with the specific keyword:
follow contains the user_ids , and track contains the keywords.
config.js contains the credentials from twitter developer.