如何获得特定类别和等级的随机维基百科文章?
How to get random Wikipedia articles of a specific category and grade?
如何从特定类别中随机获取 quality grade 为 GA 或更高的文章?
以下作品(但不支持成绩):https://en.wikipedia.org/wiki/Special:RandomInCategory
您必须为此编写自己的工具。 publicly available database replica includes a random number for each page, you'll have to reimplement the RandomInCategory logic on top of that, with an extra condition for the page_assessments table 扔进去了。
如何从特定类别中随机获取 quality grade 为 GA 或更高的文章?
以下作品(但不支持成绩):https://en.wikipedia.org/wiki/Special:RandomInCategory
您必须为此编写自己的工具。 publicly available database replica includes a random number for each page, you'll have to reimplement the RandomInCategory logic on top of that, with an extra condition for the page_assessments table 扔进去了。