如何在 tweepy 的 search_users 中使用搜索过滤器?

How to use search filters with tweepy's search_users?

users = api.search_users(f"{name} AND (car OR racing OR F1 OR driver OR {city})", count = 10)

我正在编写一个小脚本,使用 tweepy 及其 search_users 方法通过关键字在 Twitter 上搜索人员,但我总是得到空白响应。

也许有人遇到过这个,或者知道它是如何工作的?

Twitter 的用户搜索 API 不支持任何此类过滤器或高级搜索,因此 Tweepy 也不支持。