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.69k stars 1.47k forks source link

[BUG] When I try to unfollow a second user, I get a frozen cmd #1372

Open Inf3xt opened 4 years ago

Inf3xt commented 4 years ago

Example file

unfollow_everyone.py

Describe the bug

When I try to unfollow bulk users, my command prompt (Windows User) freezes after one successful unfollow. As shown below, it stays like that:

Log

020-03-17 23:43:16,989 - INFO - Going to unfollow `user_id` 2079297169 with username inf3xt

To Reproduce

(EXAMPLE:) Steps to reproduce the behavior:

  1. Run file:
  2. Enter username and password from args
  3. Get the problem

Expected behavior

Expected it to unfollow as it did the first one

Additional context

Following is working. Yet not unfollowing.

Version

Python version (python -v): 3.7.7

Operating System: Windows

duplicate-issues[bot] commented 4 years ago

Hey @Inf3xted,

We did a quick check and this issue looks very darn similar to

This could be a coincidence, but if any of these issues solves your problem then I did a good job :smile:

If not, the maintainers will get to this issue shortly.

Cheers, Your Friendly Neighborhood ProBot

mindbreaker commented 4 years ago

Try to set the unfollow_delay

bot = Bot(unfollow_delay=10)

Inf3xt commented 4 years ago

Try to set the unfollow_delay

bot = Bot(unfollow_delay=10)

@mindbreaker Could you please give me an example, I am trying to implement that but I get an AttributeError. Many thanks

jefferdo commented 4 years ago

Try to set the unfollow_delay bot = Bot(unfollow_delay=10)

@mindbreaker Could you please give me an example, I am trying to implement that but I get an AttributeError. Many thanks

image