Files
youtube-comment-scraper/README.md
2022-11-07 21:42:54 +02:00

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!