Davincible / goinsta

Unofficial Instagram API written in Golang (v2022)
MIT License
181 stars 54 forks source link

Fix reels in inbox #29

Closed 3l0w closed 2 years ago

3l0w commented 2 years ago

I noticed that the current impl of reels don't work we don't get the information related to a sended reels through private message. So i investigate and i found out that instagram named it as clip in their JSONs

Davincible commented 2 years ago

Thanks for the contribution. Has this been renamed in all reel contexts, not only the DM ones?

Is the reel_share JSON field now completely obsolete?

3l0w commented 2 years ago

I have no clue..... I will try today to check that

3l0w commented 2 years ago

I made a mistake in my commit: reel_share is for story answer not for actual reel share

Davincible commented 2 years ago

@3l0w Are you very interested in the clips (reels)? I was just browsing through the requests and noticed that they now use /api/v1/clips/discover/, which hasn't been implemented yet

3l0w commented 2 years ago

I just needed to get the reels from the inbox