ohld / igbot

🐙 Free scripts, bots and Python API wrapper. Get free followers with our auto like, auto follow and other scripts!
https://hikerapi.com/p/N2P6iqiM
Apache License 2.0
4.71k stars 1.47k forks source link

Api follow_users not work #849

Closed marcolezuza closed 5 years ago

marcolezuza commented 5 years ago

hi, When you perform follows, the api returns a 200, but the user does not really stay as followed.

I have obtained these traces: https://i.instagram.com/api/v1/friendships/create/1514515892/ {"friendship_status": {"following": false, "followed_by": false, "blocking": false, "muting": false, "is_private": false, "incoming_request": false, "outgoing_request": false, "is_bestie": false}, "status": "ok"} <Response [200]>

If I go to Instagram for that user, I'm not following him.

Do you know what may be happening?

ohld commented 5 years ago

send the script to reproduce the error

marcolezuza commented 5 years ago

I have the scripts that are in the master branch, and I have executed the command pip install -U instabot

exectue the py "python follow_user_followers.py"

Until a few days ago I worked properly.

however, the python unfollow_everyone.py script continues to work correctly

marcolezuza commented 5 years ago

any ideas?

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.