swaaz / InstaBot

Instagram bot built using Python and Selenium
38 stars 13 forks source link

Is instagram blocking bot ? #26

Closed pikooli closed 4 years ago

pikooli commented 4 years ago

Hello , i love your script , it so cool to have make the wait for the elements.

i would like to ask a question. i custom a little bit your bot so i don't have to decide if i want to unfollow someone , it unfollow everyone that don't follow.

but i saw some error in my process .

at one moment i cannot go to the user profile and wait i relaunch the script my follower list is coming back to old one .

Do you think that instagram prevent bot ? (the should) They can detect if you unfollow to mush people and block it ?

Just wanted to share this : D

ps: we can go directely to the person page with the url, don't need to type in the search bar

pikooli commented 4 years ago

i fixer it : self.driver.find_element_by_class_name("_6VtSN").click() i select the element by class and not by absolute xpath and it work :D

can close the issue lol