shine-jayakumar / insta-likecom-bot

Automates likes and comments on an instagram account or tag
MIT License
136 stars 29 forks source link

[Critical Bug] Script unable to like any posts #75

Closed ap0l0 closed 1 year ago

ap0l0 commented 1 year ago

Seems like IG made a change on the elements that the script can't like any posts now, making it unfunctional.

imakou commented 1 year ago

Hi @ap0l0 , Change line: 268 to the following in file instFunc.py like_button = self.wait.until(EC.presence_of_element_located((By.XPATH, '//span[@class="_aamw"]/div')))

ap0l0 commented 1 year ago

perfect! thank you!

ap0l0 commented 1 year ago

@imakou do you know of any version that uses Appium? this script is very solid but deskop version gets soft bans so fast, mobile appium has 5x higher limit of actions

ap0l0 commented 1 year ago

Hi @ap0l0 , Change line: 268 to the following in file instFunc.py like_button = self.wait.until(EC.presence_of_element_located((By.XPATH, '//span[@class="_aamw"]/div')))

perfect thank you! this worked as a work around