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] Expose Story mentions to keywords (-K/-j) #2582

Closed
Infinitay opened this issue May 12, 2022 · 0 comments · Fixed by #2584
Closed

[Instagram] Expose Story mentions to keywords (-K/-j) #2582

Infinitay opened this issue May 12, 2022 · 0 comments · Fixed by #2584

Comments

@Infinitay
Copy link
Contributor

Infinitay commented May 12, 2022

Would be nice to be able to filter posts to download them only if they mention a particular user. This is already returned as part of the reel in

return reels.values()

If you make an extractor request to pull a story you can find the data the following example: list(reels.values())[<index>]['reel_mentions'][<index>]['user]'. From there you can access your typical user data such as username, full_name, and I suppose id with pk. When looking into this personally I was a bit confused to find it mentioned under reels seeing as reels and stories are two different things as far as I know.

Also, it would be nice if we can pull any text comments on the story, but I couldn't find any comment entry within the reels object from the line stated above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants