Closed bkxwy closed 6 years ago
You are mixing tabs and spaces.
Use filtration false
bot.like_user(follows, amount=2, filtration=False)
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.
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?
Like and follow user followers
Hi, I was trying to do my bot follow and like by adapting the multi_script_CLI.py with some codes from like_and_follow_your_last_media_likers.py example.
I take this code:
And change to this:
but when i try to run it says:
C:\Users\Robson\Downloads\instabot\examples>python multi_script_CLI.py File "multi_script_CLI.py", line 241 for follows in tqdm(followers): ^
So, someone already put the bot to follow and like from user followers? thanks