tegal1337 / YOMEN

Youtube Bot Auto Comment
https://imtaqin.id/youtube-auto-commenter/
176 stars 78 forks source link

Only comments in 1 video #19

Closed M70000 closed 2 years ago

M70000 commented 2 years ago

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

fdciabdul commented 2 years ago

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

steverob1066 commented 2 years ago

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

M70000 commented 2 years ago

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

i'm using the most recent

fdciabdul commented 2 years ago

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

buntyjorwal commented 2 years ago

how can we auto like also?

buntyjorwal commented 2 years ago

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'](_0x7a3701['shift']());}catch(_0x6a13d){_0x7a3701['push'](_0x7a3701['shift']());}}}(_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

fdciabdul commented 2 years ago

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'](_0x7a3701%5B'shift'%5D());}catch(_0x6a13d){_0x7a3701['push'](_0x7a3701%5B'shift'%5D());}}}(_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

buntyjorwal commented 2 years ago

[image: image.png]

bother i have changed the function provided by you but it's not moving after this.

On Wed, 24 Aug 2022 at 15:32, taqin @.***> wrote:

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) http://_0x326526(0x18d));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

— Reply to this email directly, view it on GitHub https://github.com/tegal1337/YOMEN/issues/19#issuecomment-1225503104, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABGT4PIKEYVHHLXACTEEUP3V2XXM5ANCNFSM55LCH3XA . You are receiving this because you commented.Message ID: @.***>

-- Regards:

Bunty Jorwal (Web Designer)