Jump to content
UBot Underground

[HELP] Youtube comment liker


Recommended Posts

:) ok...

1 - First open the video page after you commented

2 - scrape the username for every comment on the page in the order that they are on the page

3 - loop the resulting list, element by element and compare every element with the username that you want to find

4 - when you find it you set a variable that will hold the position of that username in the list

5 - now came the vote part: all the vote buttons are the same but they have offset numbers - click the button with the offset number that is = with the variable value you obtained in step 4

study the offset position for every thumbs up button on the page a bit, there is a pattern :)

DONE!

 

 :) ... I have discovered this method over a year ago so I did not tested it for some time but as far as I know it is still working fine (I moved to HTTP request based YT bots since then, they are waaaay more faster and reliable )

Link to post
Share on other sites

:) ok...

1 - First open the video page after you commented

2 - scrape the username for every comment on the page in the order that they are on the page

3 - loop the resulting list, element by element and compare every element with the username that you want to find

4 - when you find it you set a variable that will hold the position of that username in the list

5 - now came the vote part: all the vote buttons are the same but they have offset numbers - click the button with the offset number that is = with the variable value you obtained in step 4

study the offset position for every thumbs up button on the page a bit, there is a pattern :)

DONE!

 

  :) ... I have discovered this method over a year ago so I did not tested it for some time but as far as I know it is still working fine (I moved to HTTP request based YT bots since then, they are waaaay more faster and reliable )

Thanks, do you use skype because i am stuck?

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