Jump to content
UBot Underground

Scraping Instagram Followings From User


Recommended Posts

MiriamMB

 

I see your on here, might pass some feedback about this "Daily Quota" for likes, thats pretty unbelievable, Ive often thought nobody likes my posts, maybe they dont, but if you only have around 5 likes a day you cant give away too many, this is deflating to contributors, you like to know your posts are appreciated

 

Yea I didnt know there was a limit on likes LOL.  Oh well.  I know for next time.

Link to post
Share on other sites

the code you posted above certainly doesnt work, that is not what I posted see all the extra back slashes in it \\\

 

dont know how you changed it but copy it again from my original post, and not this broken formatted code above and paste directly into the ubot code editor

 

What i just showed you was the code from code view in ubot.  

 

So just that we are clear.  In ubot chose run javascript and then pasted the following code into the run javascript bo:

loop(10) {
    run javascript("document.querySelector(\"[role=\'dialog\'] div:nth-child(2) div div:nth-child(2)\").scrollTop +=document.querySelector(\"[role=\'dialog\'] div:nth-child(2) div div:nth-child(2)\").scrollHeight")
    wait(3)
}
Edited by BigEfromDaBX
Link to post
Share on other sites

 

What i just showed you was the code from code view in ubot.  

 

So just that we are clear.  In ubot chose run javascript and then pasted the following code into the run javascript bo:

loop(10) {
    run javascript("document.querySelector(\"[role=\'dialog\'] div:nth-child(2) div div:nth-child(2)\").scrollTop +=document.querySelector(\"[role=\'dialog\'] div:nth-child(2) div div:nth-child(2)\").scrollHeight")
    wait(3)
}

 

 

lol no thats what happened

 

no dont do anything, except paste that code into the ubot code view, you pasted that into a run javascript node on ubot

 

directly into the code editor, not into a run javascript, just treat it is normal ubot code which it is

Link to post
Share on other sites

lol no thats what happened

 

no dont do anything, except paste that code into the ubot code view, you pasted that into a run javascript node on ubot

 

directly into the code editor, not into a run javascript, just treat it is normal ubot code which it is

 

http://imgur.com/a/gLOuk

 

 

LMBO!!!!!

 

I feel like such a mamaluke.  All I heard was "javascript" so I went and pasted it into the run javascript window.  It works now.  Thanks.  I wish I could give you 10 more likes lol

Link to post
Share on other sites

LMBO!!!!!

 

I feel like such a mamaluke.  All I heard was "javascript" so I went and pasted it into the run javascript window.  It works now.  Thanks.  I wish I could give you 10 more likes lol

 

ha ha nps

Link to post
Share on other sites

I updated the code so instead of looping 10 times it will keep looping as long as <div class="_ikcuh _ge0xj"> exists.  You can change the wait time to more than 1 second if you want.

loop while($exists(<class="_ikcuh _ge0xj">)) {
    run javascript("document.querySelector(\"[role=\'dialog\'] div:nth-child(2) div div:nth-child(2)\").scrollTop +=document.querySelector(\"[role=\'dialog\'] div:nth-child(2) div div:nth-child(2)\").scrollHeight")
    wait(1)
}
  • Like 2
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...