如何根据信誉阈值获取用户列表?
Posted
技术标签:
【中文标题】如何根据信誉阈值获取用户列表?【英文标题】:How to get the list of users based on a reputation threshold? 【发布时间】:2018-09-18 18:28:38 【问题描述】:我尝试使用 Stack Exchange Explorer 简单查询获取信誉大于 5 的用户列表:
select id
from users
where reputation > 5
我只得到 50,000 行。我预计会得到数百万。有门槛吗?有什么方法可以全部获取吗?
【问题讨论】:
【参考方案1】:这是"Why can't I pull in all the SO users from Data Explorer?" on Meta Stack Exchange 的跨站点副本。
数据资源管理器 (SEDE) 限制为 50K 行。
优化您的查询或下载并改用the Data Dump。这就是数据转储的用途。
或者,您也可以access the Data Dump via Google's BigQuery -- 它也有一个 API。
【讨论】:
以上是关于如何根据信誉阈值获取用户列表?的主要内容,如果未能解决你的问题,请参考以下文章