Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

peymanmajidi/Instagram-full-liker-bot_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages