subzeroid / instagrapi

🔥 The fastest and powerful Python library for Instagram Private API 2024
https://hikerapi.com/p/bkXQlaVe
MIT License
4.22k stars 667 forks source link

Search by a tag, support reels #732

Open simpy25 opened 2 years ago

simpy25 commented 2 years ago

At first, thx a lot for your amazing lib. I have a small question: is there any possible way to get reels as well by searching by a tag?

adw0rd commented 2 years ago

@simpy25 is it possible in the instagram app? If yes, please send a screenshot of this interface

Pezhvak commented 2 years ago

@adw0rd i don't know if @simpy25 meant this, but i would like to know if it's possible to get user reels feed: 2022-06-22 16 01 51

simpy25 commented 2 years ago

@adw0rd yep, sure. here is a small example: I've created 2 posts with the same tag #loooooooop1234 : 1 - is "standard" post, second one is reels. Now I'm trying to search by this tag: here is video-post image Here is reels video with hat specific tag: image As you can see, they are in different tabs.

I've downloaded some 2-years old insta (mobile version) decompiled code from git, but couldn't find anything related to this functionality there. Thought may be you could help, or there already such functionality in your library