Getting list of likers for an instagram post - Python & Selenium
问题 I'm training to web crawling. To do so, I've challenged myself to get the list of all people having liked a post on instagram. My problem is that I'm stuck to the point where I only get the first 11 usernames of likers. I cannot find the right way to automate the scrolling process while getting the likes. Here is my process in Jupyter Notebook (it doesn't work as a script yet): from selenium import webdriver import pandas as pd driver = webdriver.Chrome() driver.get('https://www.instagram.com