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

max_follows_per_day changed, but not taken into account when running the script #681

Closed kalafun closed 6 years ago

kalafun commented 6 years ago

Please follow the guide below


Before submitting an issue, make sure you have:

Purpose of your issue?


Describe your issue

When I change the constant in the Bot class, e.g.: max_follows_per_day to 1000 even though I restart terminal and the computer, it always follows only 351 users. Am I missing something? Thank you

kalafun commented 6 years ago

So I guess the thing is, all the classes there are examples, I have changed one or two example codes and now I am Instantiating the Bot class with a max_folllows_per_day parameter set to 1000 and it works :)

djtroi commented 5 years ago

Could you explain / post the code please, how did you get it to work? I have the same issue

TiasTias commented 5 years ago

I also had this issue and I believe it's because the compiled code is not being updated only in your source. Running the code in a virtual environment seems to work for me. Otherwise try the recommendation posted here... https://github.com/instagrambot/instabot/issues/687