
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.
- Node.js (v14 or later)
puppeteer-extra
puppeteer-extra-plugin-stealth
fs
(Node.js core module)
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.
To install and run the bot, follow these steps:
npm install
node index.js
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.
This project is licensed under the GNU General Public License v3.0.
- 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.