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.
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
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
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/
Youtube bots comments remover is a webapplication that removes unwanted comments from the latest uploaded YouTube video from the loged-in user.
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.