Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instagram backfeed: handle nested comments #958

Closed
snarfed opened this issue Jul 13, 2020 · 2 comments
Closed

Instagram backfeed: handle nested comments #958

snarfed opened this issue Jul 13, 2020 · 2 comments
Labels

Comments

@snarfed
Copy link
Owner

snarfed commented Jul 13, 2020

on IG, you can reply to comments to create nested comments. example: https://www.instagram.com/p/CCcSqRspIW4/ . it looks like we don't capture and backfeed those right now, but they're in the JSON we scrape, so we should!

@snarfed
Copy link
Owner Author

snarfed commented Jul 18, 2020

working now! examples: https://snarfed.org/2020-07-09_41761#comment-2775818

...at least for discover. poll is still tricky, since it looks like the comment count we use to trigger fetching the individual photo (with comments) only includes top level comments, not nested comments...? hrmph.

@snarfed
Copy link
Owner Author

snarfed commented Jul 19, 2020

ah, no, the comment count already included the nested comments, so we didn't think anything had changed, so we didn't fetch the comments. ok, working then.

@snarfed snarfed closed this as completed Jul 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 participant