Jump to content
UBot Underground

kazmiwajahat

Members
  • Content Count

    13
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by kazmiwajahat

  1. Uh-oh - a related problem - wonder if anyone has solved it? (I don't think this is a Ubot issue)

     

    The scrolling snippet provided by kazmiwajahat above works to overcome the lazy loading on Instagram. But if there are more than 1000 or so followers or following in your list, the scrolling stops and the page freezes with a loading rotator.

    Slowing down the scrolling does not seem to make any difference. I've tried this with Firefox and Chrome desktop browsers with the same result, and other user agents like Android. The only way to get to the bottom of a long list seems to be to use the Instagram app.

     

    Anyone with any ideas? This has wrecked my Instagram bot plans!

    Just like Twitter, Instagram has also restricted the number of followers/people who engage with content that you can see in the list. In order to go beyond that, you need to use the API of Instagram which is highly limited.

  2. Try this - It should definitely work as it is working fine with me!
     

    set user agent("Chrome")
    navigate("https://www.instagram.com/maccosmetics/","Wait")
    click(<href="/maccosmetics/following/">,"Left Click","No")
    set(#ClassName,$scrape attribute(<class="_gs38e">,"class"),"Global")
    run javascript("var objDiv = document.getElementsByClassName(\"{#ClassName}\");
    objDiv[0].scrollTop = objDiv[0].scrollHeight;")
    
    • Like 1
  3. Hey mate! I got the license file as well as the plugin dll file but the plugin is not showing up in ubot so I can't even enable it. Before I placed the license file, it said I need to place the license file in the installation folder to work and once I placed the license file there, it stopped showing that error but it is not loading up the plugin still. I placed the plugin file in the ubot plugin folder inside %appdata% - Can you or anyone help?

  4. Hello, I updated to the latest version today but the bot has become extremely slow since then. I didn't change anything in the codes but when the same bot using firefox or chrome used to make an account on amazon in 3 seconds is now taking at least 30 seconds... It takes around 4-5 seconds to fill the each field of name, email etc. I am using type text option. It just keeps blinking on the empty field for 4-5 seconds and then populate it with the text. Previously it never happened. Can you please advise? I tried the same on Google and it is performing slow there too.

×
×
  • Create New...