ricardojoserf / instagram-followers-bot

A bot for Instagram. You can follow users using a tag or in a specific location, unfollow those who dont follow-you-back, and follow-back those who follow you
483 stars 113 forks source link

Follow Location #11

Closed josepfm closed 4 years ago

josepfm commented 4 years ago

Hello Ricardo,

I wanted to ask you a question. I'm using the command to follow from a location and it never interacts with more than 8 or 10 users.

Is there any limitation you have set in the code?

For id 213870197 which is Cordoba, this is the list of users I have interacted with.

Captura de pantalla 2020-06-05 a las 15 12 46
ricardojoserf commented 4 years ago

Hi @jose46moreno ! I have not played with the Intagram API for a while, but I think that is part of its functionality (I mean, I did not add any limitation based on the location). Does it work the same in other places? I will make some tests now anyways, just in case you had already done it.

ricardojoserf commented 4 years ago

Hi again @jose46moreno , I just read the code again and it has only one limitation: the variable MAXIMO in line 12, but it is set to 100 so it should not be the problem here. So I assume your problem is caused by the functionality of the Instagram API. Tell me if I can help with any other thing or I can close the issue :)