This bot fully like all your friend post.
for link in valid_links: # walk through valid links, all of the users post and find like button, then push it
chrome.get(link)
like = chrome.find_element_by_xpath('//*[name()="svg"][@aria-label="Like"]')
time.sleep(1)
like.click()
Happy Codding 🍓
Peyman Majidi