【发布时间】:2017-10-28 11:30:28
【问题描述】:
我使用 Twitter API(使用 Python)已经有一段时间了,但我无法搜索具有特定条件的 Twitter 用户。例如,API 在其返回的用户 JSON 数据中具有多个用户属性,例如 statuses_count 或 profile_link_color。但是如何使用这些参数进行反向搜索,例如搜索推文超过 1000 次的用户,或者上周创建帐户的用户?
【问题讨论】:
标签: python twitter python-twitter