Search results

  1. F

    How to use Selenium to Like posts in feed?

    I've been trying to like the posts in my feed by using Selenium but so far have had no luck Here is my code: like_buttons = chrome.find_elements_by_xpath("//article//section//button//*[@aria-label='Like']") for button in like_buttons: button.click() time.sleep(1) I get...
  2. F

    Scraping Instagram profiles?

    Hello everyone , since about 10 days ago I can no longer use Tor to get profile data from routes like this one: https://www.instagram.com/{username}/?__a=1&__d=dis .It redirects me back to login page now. I looked up this problem and so far have not managed to find any solution other than using...
Back
Top