/Node.js-YouTube-bot-comments-remover

A Node.js application for the webbrowser that let's you remove unwanted comments on your own latest YouTube video.

Primary LanguageEJSGNU Lesser General Public License v3.0LGPL-3.0

Node.js YouTube bots comments remover

A Node.js application for the webbrowser that let's you remove unwanted comments on your own latest YouTube video. After setting up the project, it is only a few clicks away to remove unwanted comments on your own latest video.


Stars Badge Forks Badge Pull Requests Badge Issues Badge GitHub contributors License Badge

Setup

Install independencies

Install the program NPM first. The software can be found here: https://nodejs.org/en/download/.
The command below needs to be entered in a command line either on Windows or Linux.

git clone https://github.com/nietjoost/Node.js-YouTube-bot-comments-remover.git
cd YouTube bots comments remover
npm install

Google credentials.json

The web app needs a file called 'credentials.json' in order to work. This file contains personal data from Google. Follow the tutorial here and use the following default data. (The links below can change depending on the project settings)

Redirect uris:

1: http://localhost:5000/google/callback
2: http://localhost:5000

Javascript origins:

1: http://localhost:5000
2: http://localhost

Start web app

The command below needs to be entered in a command line either on Windows or Linux. Note: the command line directory needs to be in the main folder in order to work.

npm start

The app will start on the given port. By default it is port 5000. The local url will be:

http://localhost:5000/

Q & A

What is YouTube bots comments remover?

Youtube bots comments remover is a webapplication that removes unwanted comments from the latest uploaded YouTube video from the loged-in user.

Will the Google OAuth 2.0 token be saved?

The OAuth 2.0 key, or any data in that matter, will not be saved anywhere. The key is used one time to retrieve the comments to maybe delete them later. You can also check the source code if you do not believe it.


Screenshots

Home page example

Screenshot of the website

Succes page example

Screenshot of the website