Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

"post_likers" function returns incorrect amount of likers on a post #2

Open
grantjayy opened this issue Nov 23, 2020 · 2 comments
Open
Labels
small bug tiny problem that will not affect anything that much

Comments

@grantjayy
Copy link

grantjayy commented Nov 23, 2020

Hi there,

The post_likers function does not return the exact amount of likers on any post with more than 128 likes.

post = "https://www.instagram.com/p/CDbt2ikF2q9/"

like_count = bot.like_count(post)
print(like_count)
response = bot.post_likers(post, limit=like_count)
print(len(response))

returns:

841
504

Really enjoy the bot you've written so far - nice work!

@grantjayy grantjayy changed the title "post_likers" function returns wrong amount of likers "post_likers" function returns incorrect amount of likers on a post Nov 23, 2020
@b31ngd3v
Copy link
Owner

b31ngd3v commented Nov 23, 2020

First of all thanks @grantjayy for opening this issue. I've checked what you said with different posts, and I found that the specific post you mentioned have a big difference between the number of likers and there usernames. But when I tried other posts the difference is not that big and it's negligible. The screenshot of the output/results the image is attached. And again thanks for using my api and opening this issue.

image

@b31ngd3v b31ngd3v added bug Something isn't working small bug tiny problem that will not affect anything that much and removed bug Something isn't working labels Nov 23, 2020
@mapanare
Copy link

mapanare commented Jan 9, 2021

Thankful for this app

certainly in a post of 9000 like it only brings me 3000

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
small bug tiny problem that will not affect anything that much
Projects
None yet
Development

No branches or pull requests

3 participants