Instagram-Like-Comment-Bot
Instagram-Like-Comment-Bot copied to clipboard
📷 An Instagram bot written in Python using Selenium on Google Chrome. It will go through posts in hashtag(s) and like and comment on them.
idk why
idk why Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div/div/section/main/article/div[1]/div/div/div[1]/div[1]/a/div/div[2]"}
The script doesn't click the picture after found the tag: C:\Users\aorek\Desktop\Python Bots\Instagram-Like-Comment-Bot-master\Instagram-Like-Comment-Bot-master> python insta-bot.py INFO [04/23/2022 09:44:37 PM] Logged in to amca_st INFO [04/23/2022 09:44:41 PM] Exploring #urbanandstreet Traceback (most...
This PR addresses updates required due to changes in the latest Instagram version as of December 2023. The primary focus is on refining XPaths to align with the updated HTML...
The script stars opens up Chromedriver but then gives me the following error username = browser.find_element_by_name('username') AttributeError: 'WebDriver' object has no attribute 'find_element_by_name'