nikilkumar9 / InstaBot

A collection of Python scripts that automates the Firefox browser to log on to a Instagram account (account username and password specified by user in each script) to like/follow/unfollow user photos, accounts and more (script specific information and instructions follow). Users can use InstaBot passively and will be notified of completion/status of tasks through an automatic Gmail email.
7 stars 2 forks source link

[User Based Following] Incable of crewing through the user's follower list #7

Closed felixfong227 closed 5 years ago

felixfong227 commented 5 years ago

InstaBot version: d2e8de11c87070bb9aff247297dbf011dc08cbad Python version: Python 3.7.2

After the initial network fetch for the first batch of the user's followers and rendered into the modal(say only for 10 to 15 results prefetch) but the total number of followers for that original user is 10K+, so the count doesn't add up at the end result

nikilkumar9 commented 5 years ago

Hi Felix, please take a look at the new changes (commit: 3a718934a61a4598d155cc224ca2f73ccfc1f3e4) to the userFollowersBased_follow and unfollow scripts. The changes should have solved your problem.

Please open another issue with further details, if the problem still persists. Thanks!