mirror of
https://github.com/bellingcat/youtube-comment-scraper.git
synced 2026-06-13 05:58:32 +03:00
Update
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
# YouTube-Comment-Scraper
|
# YouTube-Comment-Scraper
|
||||||
Scrape youtube comments and checks whether a user commented on the given videos
|
Scrapes youtube comments and checks whether a user commented on the given videos
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
## PyPI Package
|
## GitHub
|
||||||
```
|
```
|
||||||
pip install youtube-comment-scraper
|
pip install git+https://github.com/rly0nheart/youtube-comment-scraper
|
||||||
```
|
```
|
||||||
|
|
||||||
## Docker Image
|
## Docker Image
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ from youtube_comment_scraper.scraper import YouTubeCommentScraper
|
|||||||
|
|
||||||
|
|
||||||
def create_parser():
|
def create_parser():
|
||||||
parser = argparse.ArgumentParser('YouTube-Comment-Scraper — by Richard Mwewa', epilog='scrapes youtube comments and checks whether a user commented on the given videos')
|
parser = argparse.ArgumentParser('YouTube-Comment-Scraper — by Richard Mwewa | https://about.me/rly0nheart', epilog='scrapes youtube comments and checks whether a user commented on the given videos')
|
||||||
parser.add_argument('videos', nargs='+', help='list of youtube video urls')
|
parser.add_argument('videos', nargs='+', help='list of youtube video urls')
|
||||||
return parser
|
return parser
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user