Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)