Closed oguzhankarabulut closed 6 years ago
There is a max to follow 1000 users a day, if your bot follows too fast, instagram will block you, if you want to get the best setting, you need to set the cooldown time on following to 80 seconds. This means it wil follow 45 people per hour, so 1080 per day. This setting will help you to not get banned or blocked. The 'error' you get, will say you account is blocked for following people.
@ikbenignace thanks a lot!
@iamjagjeetubhi how to set cooldown time?
thx
@chicco785 if you read the documents you will see how can you set it. I am giving hint now "follow_delay" :)
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (like so [x]).Before submitting an issue, make sure you have:
Purpose of your issue?
The following sections requests more details for particular types of issues, you can remove any section (the contents between the triple ---) not applicable to your issue.
For a bug report, you must include the Python version used, code that will reproduce the error, and the error log/traceback.
Paste the output of
python -V
here: Python 2.7.12 Code:Error/Debug Log:
ERROR - Request returns 400 error! 2018-09-20 09:31:43,328 - INFO - Instagram's error message: feedback_required
` Describe your issue
I am running to follow_user_following.py example for the follow someone followings. I added some parametres to bot you can see in in the code. I want to follow 2000 users in a day but bot follows 400-450 people after that this value it startes unfollow somebodys and my account following count decreased and reach 260-310 after that this count starts again increase and than start again decrease like a loop. How can i solve this problem?