收集“有争议的”子桥的帖子
我正在尝试从子桥的“有争议”清单中收集所有帖子。
我尝试了Reddit API,但是您可以收集多少张贴有限制。
然后使用Pushiftapi我可以检索大量帖子,但是我找不到一种从有争议的清单中收集的方法。
有没有办法收集有争议的帖子?
I am trying to collect all posts from the "controversial" listing of a subbredit.
I tried with the Reddit API but there is a limit on how many post you can collect.
Then using PushiftAPI i can retrieve a big amount of posts but I can't find a way to collect from controversial listing.
Is there a way to collect controversial posts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
PRAW 提供了一种获取有争议的流的方法,您也可以指定时间段。
来自文档< /a>
我不熟悉 PushiftAPI,但希望这会有所帮助。
PRAW gives a way to get controversial streams and you can specify the time period as well.
From the docs
I am not familiar with PushiftAPI but hopefully this helps.