Hi all.
I’m using https://github.com/desmondmorris/node-twitter and get tweets from different source:
Example response:
I want only Twitter Web Client.
You will have to filter the tweets in your code. The Twitter API won’t do it for you.
You have to use a conditional statement that allows you to filter the tweets according to the sources you want to work with. You can condition by evaluating the url or the specified source name
Thanks! I think there are native methods.