curl -H "Authorization: Bearer AAAA..zzzz" "https://api.twitter.com/2/tweets/search/recent?query=Trump&max_results=10"
在 curl 命令中添加什么来排除转发?
另外,如果我想用 OR 搜索,线条会是什么样子,例如。特朗普或拜登
谢谢
curl -H "Authorization: Bearer AAAA..zzzz" "https://api.twitter.com/2/tweets/search/recent?query=Trump&max_results=10"
在 curl 命令中添加什么来排除转发?
另外,如果我想用 OR 搜索,线条会是什么样子,例如。特朗普或拜登
谢谢