Search code examples
twitterterminaltwarc2

How to avoid dquote when using twarc?


I'm trying to get Tweets using twarc2 on terminal like this.

twarc2 search --archive --start-time "2017-10-16”  ‘(“#metoo”) -is:retweet lang:en' --limit 1000000 tweets.json

However, after I put the request above, I get

dquote> 

It seems that this appears when you use a single quotation and a double quotation. How can I avoid this?


Solution

  • i think the double quote is not necessary. otherwise you can use the escape \ "