peymanmajidi / Instagram-full-liker-bot_py

This bot fully like all your given friend's post

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Full-like InstaBot

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()

shot

Happy Codding 🍓

Peyman Majidi

About

This bot fully like all your given friend's post


Languages

Language:Python 100.0%