Would anyone happen to know how to use the new sort_order parameter for the Twitter API with twarc2?
I used the following command :
twarc2 search --start-time 2021-12-01 --end-time 2021-12-31 --limit 1000 --max-results 100 --archive “snow Toronto -is:retweet sort_order=relevancy” snow.jsonl
And got not results with sort_order left in. Wasn’t sure if it was supposed to somewhere else, or if there was some other way to use it.
Thanks.