Skip to content

Riotcoke123/YTCommentBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Anti-Viewbot Detector

YT Comment Bot

YT Comment Bot is an automated YouTube commenting tool designed to automate the process of posting comments on YouTube videos. Powered by puppeteer-extra and the stealth plugin, it mimics real user interactions to log in, navigate to a video, and post randomly selected comments from a provided list.

Use this bot to automate video commenting in a realistic manner, ideal for testing, educational purposes, or streamlining social media engagement. It helps simulate user activity and posts comments from a customizable pool of text.


Dependencies

  • Node.js (v14 or later)
  • puppeteer-extra
  • puppeteer-extra-plugin-stealth
  • fs (Node.js core module)

Configuration

Before running the bot, ensure you update the following values in the index.js file:

  • const email = 'your-email'; — Your YouTube account email.
  • const password = 'your-password'; — Your YouTube account password.
  • const videoUrl = 'https://youtube.com/...'; — The URL of the YouTube video where comments will be posted.

Also, ensure you have a valid comments.txt file in the specified location, containing one comment per line. These comments will be randomly selected for posting.


Installation

To install and run the bot, follow these steps:

npm install
node index.js

Project Structure

  • index.js – Main bot script responsible for automation.
  • comments.txt – A list of comments to be posted (one comment per line).
  • package.json – Project metadata and dependencies.

License

This project is licensed under the GNU General Public License v3.0.


Disclaimer

  • This tool is provided strictly for educational, testing, or personal automation purposes.
  • By using this bot, you agree to comply with YouTube's Terms of Service.
  • The author (riotcoke) assumes no responsibility for misuse or any resulting violations.

More updates coming soon. Contributions and suggestions are welcome. Feel free to fork the project and submit pull requests to enhance functionality.

About

A YouTube comment automation bot using Puppeteer and Stealth Plugin. automate video commenting

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published