Daria (Dasha) Kravets
Results
1
comments of
Daria (Dasha) Kravets
Here are a couple html codes for parsing I found so far (I am using Selenium, but can easily be updated to BeatifulSoup): - Posts: driver.find_elements_by_xpath("//div[@data-testid='Keycommand_wrapper_feed_story']/div[@data-testid='Keycommand_wrapper']/div[@role='article']" - Post_text: post.find_element(By.CSS_SELECTOR,"div[data-ad-comet-preview='message']") -...