Giter VIP home page Giter VIP logo

yt-comments-reborn's Introduction

YouTube Comments Reborn

Trello Board

The Trello Board is here.

Building

  • Install Node.js Current, which is 20.2.0 as of the current commit.
  • Clone this repository using Git or download the source code.
  • Inside the root directory of the repository run the following commands.
npm install
npm run build
  • The built backend distribution will be in backend/build and the frontend distribution will be frontend/extension.

Running Tests

  • Install Docker.
  • After following the build instructions, start the database Docker container with the following commands.
cd backend
docker-compose up -d
cd ..
  • Then, run all tests with the following command.
npm run test

Note: On Unix operating systems the docker-compose command may need to be run with sudo.

User Guide

  • Follow the build instructions.
  • Run the following commands to start the database Docker container. [1]
cd backend
docker-compose up -d
cd ..
  • Start the backend server with the following commands in a new terminal.
cd backend
npm run start
  • Download Google Chrome.
  • Enable Developer mode for extensions at chrome://extensions/ in Google Chrome.
  • Install the frontend/extension directory as a Chrome Extension and enable it.
  • Set the extension id on the Credentials page of the Google Cloud control panel to match the installed extension id if necessary so that Google OAuth will function. [2]
  • Go to a YouTube video with comments disabled or restricted and comments posted through the extension will be visible and it will be possible to make new comments, reply to comments, and like and dislike similar to the official YouTube comments section.

A list of YouTube videos with comments, and some without, entered into the testing database includes the following.

Comments

No Comments

Note

  • [1] On Unix operating systems the docker-compose command may need to be run with sudo.
  • [2] Due to the fact that Google requires a paid developer account in order to keep a consistent extension id across installations, in order to circumvent that, the extension id must be set to match the installation.

yt-comments-reborn's People

Contributors

sirius902 avatar rsk84 avatar maxmanlz avatar dgurram-ucsc avatar junleyuan avatar adal-o avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.