Closed seinecle closed 7 months ago
Hi, @seinecle.
Just use it like:
twscrape search '"Las Vegas" lang:en -is:retweet -is:reply'
"word"
used in X for exact text search.
'
single quote to escape string in bash/powershell
Tested in PowerShell 7.4.0
tried:
"'Las Vegas' lang:en -is:retweet"
-> it works but Las and Vegas are not searched as an exact phrasetried also:
And those three throw an error.
Any help is appreciated.