mirror of
https://github.com/bellingcat/youtube-comment-scraper.git
synced 2026-06-09 20:18:33 +03:00
Compare commits
3 Commits
2022.1.2.0
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b9150ffbb1 | ||
|
|
b9211c936a | ||
|
|
21fec1ab1f |
44
README.md
44
README.md
@@ -1,17 +1,39 @@
|
||||
# YouTube-Comment-Scraper
|
||||
|
||||
> [!WARNING]
|
||||
> The respository was archived in January 2025 after discovering that it was no longer functional.
|
||||
>
|
||||
> We encourage you to use the [youtube-comment-downloader](https://github.com/egbertbouman/youtube-comment-downloader) project, which is more fully featured, instead.
|
||||
|
||||
Scrapes youtube comments and checks whether a user commented on the given videos
|
||||
|
||||
# Installation
|
||||
## GitHub
|
||||
## Install with pip
|
||||
```
|
||||
pip install git+https://github.com/rly0nheart/youtube-comment-scraper
|
||||
pip install git+https://github.com/bellingcat/youtube-comment-scraper
|
||||
```
|
||||
|
||||
## Docker Image
|
||||
## Build from source
|
||||
1. Clone the repository
|
||||
```
|
||||
docker pull rly0nheart/youtube-comment-scraper
|
||||
git clone https://github.com/bellingcat/youtube-comment-scraper
|
||||
```
|
||||
2. Move to the cloned project's directory
|
||||
```
|
||||
cd youtube-comment-scraper
|
||||
```
|
||||
3. Install the `build` package (If not already installed)
|
||||
```
|
||||
pip install build
|
||||
```
|
||||
4. Build the project
|
||||
```
|
||||
python -m build
|
||||
```
|
||||
5. Install the built package
|
||||
```
|
||||
pip install dist/*.whl
|
||||
```
|
||||
|
||||
|
||||
# Usage
|
||||
## PyPi Package
|
||||
@@ -19,20 +41,14 @@ docker pull rly0nheart/youtube-comment-scraper
|
||||
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
|
||||
If you would like `youtube-comment-scraper` and would like to show support, 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>
|
||||
<a href="https://www.buymeacoffee.com/_rly0nheart" 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!
|
||||
Your support will be much appreciated!😊
|
||||
|
||||
|
||||
Reference in New Issue
Block a user