gpt4 book ai didi

python - 使用 PRAW 或 R 的用户的 subreddits

转载 作者:行者123 更新时间:2023-12-05 06:43:03 29 4
gpt4 key购买 nike

如何使用 R 中的 python 或 RedditextractoR 包从 PRAW 获取 redditor 的 subreddits。

我正在使用这些评论使用 reddit 进行情绪分析,并且需要特定用户参与的子目录。

我在 R 中使用 RedditextractoR 包获得了评论帖子和用户,但无法获得上述信息。

最佳答案

这就是我使用 PRAW 获取我自己的用户 ID 的订阅子版 block 的方式:

reddit = praw.Reddit(client_id='client-id',
client_secret="client-secret",
username='username',
password='password',
user_agent='agent')

subredditList = reddit.user.subreddits(limit=None)

for item in subredditList:
print(item.display_name)

关于python - 使用 PRAW 或 R 的用户的 subreddits,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34753791/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com