Youtube Auto Like/Dislike

Share and discuss your flows and ideas with other users.

Moderator: Martin

Post Reply
User avatar
Bluscre
Posts: 145
Joined: 31 Aug 2017 13:58
Location: Germany
Contact:

Youtube Auto Like/Dislike

Post by Bluscre » 04 Sep 2017 11:12

This flow auto-(dis)likes every video you watch on YouTube, i'm that kind of person who always forgets to SMASH THAT LIKE BUTTON

(Requires Youtube API to be installed and enabled)

If you want to auto dislike instead of like make sure to change

Code: Select all

clickById("com.google.android.apps.youtube.gaming:id/like_button");
//clickById("com.google.android.apps.youtube.gaming:id/dislike_button");
to

Code: Select all

//clickById("com.google.android.apps.youtube.gaming:id/like_button");
clickById("com.google.android.apps.youtube.gaming:id/dislike_button");
Image

Preview: Github | AutoMagic

Download: Github | AutoMagic

Source: Github
Unofficial AutoMagic Telegram Group: https://t.me/automagicforandroid
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.

Post Reply