Jump to content
UBot Underground

Imgur.com Image Select


Recommended Posts

Hi peeps ,

I'm trying to click an image uploaded to imgur from my account but i can't find an unique id . The process is like this : login to my account -->loop from a list (upload an image  --> click image (can't find an unique selector ))

 

Thank you 

Link to post
Share on other sites

inside ubot browser right click on the image and in the options select click.
then in the node view while still <innertext="

17,395 points"> is highlighted select the purple wheel and in the popup window where it says attributes scroll down to  ID and press ok.

In node view select advanced and in click using location select yes.

That will give u the unique img id like <id="prn0i"> or <id="eN6ETzL">

code should look like this

click(<id="eN6ETzL">,"Left Click","Yes")
    click(<id="ZotFLAZ">,"Left Click","Yes")
Link to post
Share on other sites

Thanx @BobbyP for taking the time and answer my question , i appreciate that.

My issue isn't the fact that i can't find the ID of the image , i have another issue : finding a unique attribute for the image just uploaded so i can click it everytime i upload a new image

As you can see every image that you upload has an unique ID and my bot has to do this : upload an image url from a text file ----> click the uploaded image ( this is the tricky part because i can't find a unique attribute for the image that i've just uploaded) ----> go to the next image url and loop 

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...