althonos / althonos/InstaLooter
bug in gathering comments
未关闭
enhancement
- 主要语言
- Python
- 星标
- 2.1k
- 派生
- 257
- PR 合并指标
- 30 天内没有已合并 PR
描述
dear althonos
i have a problem during capturing all user comments of a post !
the code only capture almost 40 comments and not all.
it seems that instalooter does not load comments completely
how should i solve this problem?
i use code below
from instalooter.looters import ProfileLooter
looter = ProfileLooter("franz_ferdinand")
users = set()
for media in looter.medias():
info = looter.get_post_info(media['shortcode'])
for comment in post_info['edge_media_to_comment']['edges']:
user = comment['node']['owner']['username']
users.add(user)
sinerely yours
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。