How to Vote Up or Vote Down Youtube Comments with uBot
The SEO Bay Xrumer Forum and SEO Community.
+ Reply to Thread
Results 1 to 6 of 6
  1. #1
    Big Boss kensai is a name known to all kensai is a name known to all kensai is a name known to all kensai is a name known to all kensai is a name known to all kensai is a name known to all
    Reputation:
    635

    Join Date
    8th Dec 2010
    Posts
    2,221
    Thanks
    378
    Thanked 638 Times in 309 Posts

    How to Vote Up or Vote Down Youtube Comments with uBot



    Here is how to make uBot click on a Vote Up or Vote Down button in the comments section of Youtube.

    uBot 4 with 2 commands, "On Mouse Over" and then "Click".

    Youtube Video Used: [Only registered and activated users can see links. ]

    Here is the code for that for UBot:

    PHP Code:
    mouse over($element offset(<class="comment-container">, 7), "No")
    click(<class="yt-uix-button-icon yt-uix-button-icon-watch-comment-vote-up">, "Left Click""No"

    Here is the content of the Comment-Container Class loaded on Mouse Over:

    PHP Code:
    <div class="comment-container">
        <
    div class="content">

            <
    div class="comment-text" dir="ltr">
              <
    p><class="watch-comment-atlink" href="/comment_search?username=cinetico9">@cinetico9</aestas loco si fabrican de los mejores camiones del mundo mi papa tiene un ural de 1985 y en el tiempo que lo hemos tenido no se ha da?ado nunca solo su&#65279; mantenimiento habitual</p>
    <p></p>

            </
    div>
        </
    div>

        <
    div class="metadata">
          <
    class="author " href="/user/Chocoyo1980" title="Chocoyo1980">Chocoyo1980</a>

          <
    span class="time">
            
    3 days ago
          
    </span>

        </
    div>
      </
    div
    The "7" is the number of the comment (there are 10 per page)

    And here is the Content of the Vote UP button to click when the mouse over is running:

    PHP Code:
    <img class="yt-uix-button-icon yt-uix-button-icon-watch-comment-vote-up" src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt=""
    The Vote UP is always the same, it is activated and knows where to run depending on the previous "On Mouse Over" result.

    Hope that helps with the logic..

    If you guys want I can provide you with a proof of concept uBot that does the above...

    *update*

    Here is an early ALPHA version of the bot, more of a Proof of Concept bot.

    Quick Instructions:

    Enter your youtube user/pass, make sure you have a youtube nickname also and use the video [Only registered and activated users can see links. ] as a link (hardcoded value, Work In Progress and 6 am here so dont rant :P)
    Select comment number (from 0 to 9) and 0 or 1 if you wish to Vote UP or Down respectively. The bot will also Like the Video.

    Finally, the bot can have problems in Windows XP due to a possible bug with Ubot Studio and Windows XP. In windows 7 it works fine.
    In XP, restart if hangs and it will eventually work. Hope the devs take a note of this issue..

    pass: theseobay.com

    Similar Threads:
    Attached Files
    Last edited by kensai; 06-11-2011 at 04:48.

  2. The Following User Says Thank You to kensai For This Useful Post:

    wp7en (04-11-2011)

  3. #2
    Shaman adhoc has a spectacular aura about adhoc has a spectacular aura about
    Reputation:
    172

    Join Date
    29th Mar 2011
    Posts
    429
    Thanks
    26
    Thanked 172 Times in 103 Posts
    In your example, your relying on the 7th element that contains a class="comment-container"... that can change very quickly.
    Can you use uBot to Vote a comment up by something like the commenters username?

    I'm not sure about uBot but raising a Mouse_Over EVENT in ZP, I couldn't get to work. I didn't see any Mouse_Over events being called out in the html tag and nothing special in the CSS so I am assuming Javascript is watching the cursor position for when it matches the coordinates of each "comment-conatiner" div... which means a mouse emulation needs to be called to the window vs. an object event firing to get the Voting buttons to appear. I assumed this was even more true as those comments are dynamically generated in real-time through javascript.

    Is uBot firing events with your mouse over($element offset(<class="comment-container">, 7), "No")
    or is it firing an actual emulation of the mouse to the elements position inside the window?

    Last edited by adhoc; 11-10-2011 at 06:30.

  4. The Following User Says Thank You to adhoc For This Useful Post:

    wp7en (04-11-2011)

  5. #3
    Shaman adhoc has a spectacular aura about adhoc has a spectacular aura about
    Reputation:
    172

    Join Date
    29th Mar 2011
    Posts
    429
    Thanks
    26
    Thanked 172 Times in 103 Posts
    I tested it, little buggy but it worked... I'm on XP too. That mouse over your calling must be some kind of emulation rather than firing the mouse over of the object.

    What version of uBot you make that in?
    Can you have it hover over the Commenters username element instead, and still fire the Vote Up div? That would let you easily target a comment by the username.


  6. The Following User Says Thank You to adhoc For This Useful Post:

    wp7en (04-11-2011)

  7. #4
    Big Boss kensai is a name known to all kensai is a name known to all kensai is a name known to all kensai is a name known to all kensai is a name known to all kensai is a name known to all
    Reputation:
    635

    Join Date
    8th Dec 2010
    Posts
    2,221
    Thanks
    378
    Thanked 638 Times in 309 Posts
    Yeah I know its a little buggy hope they fixed that part sooner than later.
    It was coded with uBot Studio 4 Pro and will have a look to see how it can work with the commenters name, although using the general comment container works fine for now.
    I am going boting for the next couple of hours..


  8. The Following User Says Thank You to kensai For This Useful Post:

    wp7en (04-11-2011)

  9. #5
    Recruit wp7en is an unknown quantity at this point
    Join Date
    4th Nov 2011
    Posts
    1
    Thanks
    4
    Thanked 0 Times in 0 Posts
    Any news on this guys?! I know that Youtube updated their comment voting algorithm, and now you need to pass a session token along with a cookie to vote.


  10. #6
    Big Boss kensai is a name known to all kensai is a name known to all kensai is a name known to all kensai is a name known to all kensai is a name known to all kensai is a name known to all
    Reputation:
    635

    Join Date
    8th Dec 2010
    Posts
    2,221
    Thanks
    378
    Thanked 638 Times in 309 Posts
    After checking the youtube vote bot above it still does work. Remember to read the instructions and use the hardcoded youtube value.



 

Visitors found this page by searching for:

how to vote up on youtube

how do i vote up on youtube

vote up comments youtube

ubot youtube commenter

ubot login to youtube

youtube comment id seobay

ubot and youtube

how to vote a comment at youtube clip

how to vote a youtube video

how to vote down comments on youtube

youtube vote up

ubot youtube comment

youtube vote down a comment

ubot youtube voteup

youtube comment vote up

vote up in youtube

what happens when you vote down a comment on youtube

how to vote up on a youtube video

why cant i see the vote up and down button on comments on youtube

how to vote a comment up on youtube

ubot studio bot for vote

ubot youtube comments

youtube comment vote up bot

youtube comment liker ubot

youtube vote updown in comments

Tags for this Thread