comments-scraper

Comments scraper extension

written with coffeescript and webpack

GitHub package.json version (subfolder of monorepo) GitHub Website GitHub issues

#

This extension efficiently extracts comments from youtube videos by leveraging CoffeeScript for concise and readable code and Webpack for optimized bundling.

#

installation

git clone https://github.com/fxhxyz4/comments-scraper.git && cd comments-scraper && npm i

#

create google API KEY

#

development

npm run dev

#

production build

npm run prod
sudo chmod +x ./build.sh && ./build.sh
./build.bat

#

suggestions:

#

License: MIT