Nerixyz / instagram_mqtt

Realtime and Push Notification (FBNS) support for the instagram-private-api
MIT License
244 stars 49 forks source link

Realtime comments tracking #25

Closed shevchenko-max closed 4 years ago

shevchenko-max commented 4 years ago

Is it possible to track comments in realtime?

Nerixyz commented 4 years ago

I'm not sure, maybe through in-app notifications. But with fbns this should be at least partially possible.

Ektaros commented 4 years ago

Fbns works well enought for me. I also use modified comments request to get comments tree containing the required comment.

shevchenko-max commented 4 years ago

@Ektaros would be great if you could provide some example. I tried to use fbns but in some reason I didn't get any notification.

Nerixyz commented 4 years ago

@Ektaros What are your modifications and which component are they modifying?

Ektaros commented 4 years ago

@shevchenko-max Yes there is such problem but it is rare. I just never get notifications from some accounts. @Nerixyz I add target_comment_id field to MediaCommentsFeed request from instagram-private-api lib. This almost always gives back a tree with the comment i need.