Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fxhxyz4/comments-scraper
Comments scraper extension in csv for youtube
https://github.com/fxhxyz4/comments-scraper
Last synced: about 1 month ago
JSON representation
Comments scraper extension in csv for youtube
- Host: GitHub
- URL: https://github.com/fxhxyz4/comments-scraper
- Owner: fxhxyz4
- License: mit
- Created: 2023-10-01T12:31:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-24T17:36:21.000Z (9 months ago)
- Last Synced: 2024-03-24T18:38:37.903Z (9 months ago)
- Language: CoffeeScript
- Homepage: https://fxhxyz4.github.io/comments-scraper/
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license.md
Awesome Lists containing this project
README
### Comments scraper for youtube.com
### ![GitHub package.json version (subfolder of monorepo)](https://img.shields.io/github/package-json/v/fxhxyz4/comments-scraper) ![GitHub](https://img.shields.io/github/license/fxhxyz4/comments-scraper) ![Website](https://img.shields.io/website?url=https%3A%2F%2Ffxhxyz4.github.io%2Fcomments-scraper) ![GitHub issues](https://img.shields.io/github/issues/fxhxyz4/comments-scraper)
#
### installation
```git
$ git clone https://github.com/fxhxyz4/comments-scraper.git
$ cd comments-scraper
```#
### dependencies
```
$ npm install
```#
### create API KEY
- [google console](https://console.cloud.google.com/apis/dashboard)
#
### dev
```
$ npm run dev
```- [x] for disabling csp eval error - devtool: false in webpack config
#
### prod
```
$ npm run prod
```#
### TODO:
- [x] [comment thread replies](https://stackoverflow.com/questions/31546995/youtube-data-api-v3-commentthread-call-doesnt-give-replies-for-some-comment-th)
#
### suggestions:
- [issues](https://github.com/fxhxyz4/comments-scraper/issues)
- [discussion](https://github.com/fxhxyz4/comments-scraper/discussions)#
### License: [MIT](https://fxhxyz.mit-license.org)