mirror of
https://github.com/bellingcat/youtube-comment-scraper.git
synced 2026-06-08 03:28:32 +03:00
39 lines
1.0 KiB
Markdown
39 lines
1.0 KiB
Markdown
# YouTube-Comment-Scraper
|
|
Scrape youtube comments and checks whether a user commented on the given videos
|
|
|
|
# Installation
|
|
## PyPI Package
|
|
```
|
|
pip install youtube-comment-scraper
|
|
```
|
|
|
|
## Docker Image
|
|
```
|
|
docker pull rly0nheart/youtube-comment-scraper
|
|
```
|
|
|
|
|
|
# Usage
|
|
## PyPi Package
|
|
```
|
|
youtube_comment_scraper <video_urls>
|
|
```
|
|
|
|
## Docker Image
|
|
```
|
|
docker run -it rly0nheart/youtube-comment-scraper <video_urls>
|
|
```
|
|
|
|
|
|
## Note
|
|
> Upon run, the scraper will first check for updates. If found, users will be prompted to download the updates
|
|
>> The scraper uses [Egbert Bouman's](https://github.com/egbertbouman) [YouTube-Comment-Downloader](https://github.com/egbertbouman/youtube-comment-downloader) to get the comments
|
|
|
|
# Donations
|
|
If you would like to donate, you could Buy A Coffee for the developer using the button below
|
|
|
|
<a href="https://www.buymeacoffee.com/189381184" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>
|
|
|
|
Your support will be much appreciated!
|
|
|