Exclude account from Twitter search results

I would like to find everything related to these terms:

sidigital OR sidgtl OR sidigital.co

Search example

but I don't want to see anything from a specific user @sidgtl

, how can I do this? I can't ignore sidigital

because I still want to see people mention the account, just nothing from the account itself.

Thank!

+3


source to share


2 answers


You use -from:username

to exclude tweets from a user.

So for your example:



sidigital OR sidgtl OR sidigital.co -from:sidgtl

+8


source


Try to create your request here: https://twitter.com/search-advanced

Once you've entered what you need, copy the URL into the address bar.



You may also find it helpful to refer to the search API documentation: https://dev.twitter.com/rest/reference/get/search/tweets

0


source







All Articles