Closed kalafun closed 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 :)
Could you explain / post the code please, how did you get it to work? I have the same issue
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
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?
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