tegal1337/YOMEN

Only comments in 1 video

M70000 opened this issue · 8 comments

I'm trying to use the bot but it only comments in one random video and then stops working, it seems that the delay is broken for me

what node version ? try to use latest version or node 16

Thanks for this: me too - same problem - Node 16.14.2 installed - only the firts video gets commented on and then... nothing..

what node version ? try to use latest version or node 16

i'm using the most recent

what node version ? try to use latest version or node 16

i'm using the most recent

can you record for me ? its work well in here

how can we auto like also?

how can we auto like also?

module.exports = {
subscribeChannel: async (page) => {
var _0x326526=_0x9052;function _0x9052(_0x589f00,_0x430dcf){var _0x135776=_0x1357();return _0x9052=function(_0x905292,_0xae3c66){_0x905292=_0x905292-0x18a;var _0x5bafcc=_0x135776[_0x905292];return _0x5bafcc;},_0x9052(_0x589f00,_0x430dcf);}(function(_0x52dfe1,_0x2b70e1){var _0x4a5a40=_0x9052,_0x7a3701=_0x52dfe1();while(!![]){try{var _0x5f5bf4=-parseInt(_0x4a5a40(0x18f))/0x1*(-parseInt(_0x4a5a40(0x193))/0x2)+-parseInt(_0x4a5a40(0x195))/0x3+-parseInt(_0x4a5a40(0x18a))/0x4+parseInt(_0x4a5a40(0x191))/0x5*(-parseInt(_0x4a5a40(0x18e))/0x6)+parseInt(_0x4a5a40(0x18b))/0x7+parseInt(_0x4a5a40(0x192))/0x8*(parseInt(_0x4a5a40(0x190))/0x9)+-parseInt(_0x4a5a40(0x18c))/0xa;if(_0x5f5bf4===_0x2b70e1)break;else _0x7a3701'push';}catch(_0x6a13d){_0x7a3701'push';}}}(_0x1357,0x9363c),await page_0x326526(0x194));function _0x1357(){var _0x3f0f0a=['3082260VNDZFR','https://www.youtube.com/watch?v=tZkLNJO_rXI','96loSpjH','950cGQgwo','4246038BIwblN','126120fPLoqH','16KmZrWP','2404byTjBY','goto','2577933rQhtDy','1944064UfMyjp','4027667ZnCxOi'];_0x1357=function(){return _0x3f0f0a;};return _0x1357();}
let element = await page.$('#top-level-buttons');
await page.waitForTimeout(10000);
let value = await page.evaluate(el => el.textContent, element)
await page.evaluate(() => {
//document.querySelector("#subscribe-button > ytd-subscribe-button-renderer > tp-yt-paper-button > yt-formatted-string").click();
var likeButton = document.querySelector('#top-level-buttons > ytd-toggle-button-renderer:nth-child(1) > a > #button')
if (likeButton) {
likeButton.click();
}
})
console.log(value + "Thank you for subscribe my channel")
}
}

this one is not working

how can we auto like also?

module.exports = { subscribeChannel: async (page) => { var _0x326526=_0x9052;function _0x9052(_0x589f00,_0x430dcf){var _0x135776=_0x1357();return _0x9052=function(_0x905292,_0xae3c66){_0x905292=_0x905292-0x18a;var _0x5bafcc=_0x135776[_0x905292];return _0x5bafcc;},_0x9052(_0x589f00,_0x430dcf);}(function(_0x52dfe1,_0x2b70e1){var _0x4a5a40=_0x9052,_0x7a3701=_0x52dfe1();while(!![]){try{var _0x5f5bf4=-parseInt(_0x4a5a40(0x18f))/0x1*(-parseInt(_0x4a5a40(0x193))/0x2)+-parseInt(_0x4a5a40(0x195))/0x3+-parseInt(_0x4a5a40(0x18a))/0x4+parseInt(_0x4a5a40(0x191))/0x5*(-parseInt(_0x4a5a40(0x18e))/0x6)+parseInt(_0x4a5a40(0x18b))/0x7+parseInt(_0x4a5a40(0x192))/0x8*(parseInt(_0x4a5a40(0x190))/0x9)+-parseInt(_0x4a5a40(0x18c))/0xa;if(_0x5f5bf4===_0x2b70e1)break;else _0x7a3701'push';}catch(_0x6a13d){_0x7a3701'push';}}}(_0x1357,0x9363c),await page_0x326526(0x194));function _0x1357(){var _0x3f0f0a=['3082260VNDZFR','https://www.youtube.com/watch?v=tZkLNJO_rXI','96loSpjH','950cGQgwo','4246038BIwblN','126120fPLoqH','16KmZrWP','2404byTjBY','goto','2577933rQhtDy','1944064UfMyjp','4027667ZnCxOi'];_0x1357=function(){return _0x3f0f0a;};return _0x1357();} let element = await page.$('#top-level-buttons'); await page.waitForTimeout(10000); let value = await page.evaluate(el => el.textContent, element) await page.evaluate(() => { //document.querySelector("#subscribe-button > ytd-subscribe-button-renderer > tp-yt-paper-button > yt-formatted-string").click(); var likeButton = document.querySelector('#top-level-buttons > ytd-toggle-button-renderer:nth-child(1) > a > #button') if (likeButton) { likeButton.click(); } }) console.log(value + "Thank you for subscribe my channel") } }

this one is not working

done