shine-jayakumar / insta-likecom-bot

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

Can't like posts. #81

Closed ghost closed 1 year ago

ghost commented 1 year ago

like_button = self.wait.until(EC.presence_of_element_located((By.XPATH, '//span[@class="fr66n"]/button')))

Instagram might have changed their element and the classNames associated, hope you could repair the script soon! Good wishes!

shine-jayakumar commented 1 year ago

xpath has been updated. Please clone the latest version