[Critical Bug] Script unable to like any posts
ap0l0 opened this issue · 4 comments
ap0l0 commented
Seems like IG made a change on the elements that the script can't like any posts now, making it unfunctional.
imakou commented
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
perfect! thank you!