Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我敢肯定这很简单,但我不知所措;如何获取 subreddit 分解的用户评论业力?我可以获得链接 Karma,如 praw 教程中所示,我可以检索评论,但我似乎无法弄清楚我可以从哪里获得评论投票?我的最终目标是为用户创建一个链接+评论业力的综合得分,一个 subreddit。任何提示或解释将不胜感激。
我回答了我自己的问题。只需将 PRAW 文档中的示例代码编辑为 get_comments() 而不是 get_submitted()。