InstaPy / instapy-quickstart

💨 Simply get InstaPy up and running in minutes.
GNU General Public License v3.0
765 stars 796 forks source link

Not following #59

Open lidoramrani opened 5 years ago

lidoramrani commented 5 years ago

I am running the simple_but_effective.py script. It shows that the bot is up and running, but in fact, the number of followers in my account does not increase.

Any solution? prob

Here is a screenshot of my bot activation.

kelvintoys93 commented 5 years ago

I have the same issue as well. On my screen it showed that i have followed 100 accounts, but my instagram followings only grow by 20.

kelvintoys93 commented 5 years ago

Just to add on top of my message above, please let me reiterate it clearer:

What I wanted to do was to follow 100 followers of user1 using the code below:

session.follow_user_followers(['user1'], amount=100, randomize=True, interact=False)

But what happened was that the system counted every single account search as one follow count. i.e. if the bot searched 10 accounts and followed 1, the follow count displayed was 10 instead of 1.

May i know if this is a glitch, or is it just me understanding the term "amount" in the code above incorrectly? If its the latter, may I know whats the code to stop the following action after certain amount of follow is achieved?

Thanks.

ghost commented 5 years ago

could you upload the profile?

o365geek commented 5 years ago

This happening to me. I do have unfollowed user ongoing but it doesnt reflect on real profile . This is really

I even change the headless browser to false

def get_session(): session = InstaPy(username=insta_username, password=insta_password, headless_browser=False, nogui=True, multi_logs=False) (it shows on following but when I check the user on my profile the users till following )