mirror of
https://github.com/bellingcat/youtube-comment-scraper.git
synced 2026-06-08 03:28:32 +03:00
Update
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# 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
|
||||
## PyPI Package
|
||||
## GitHub
|
||||
```
|
||||
pip install youtube-comment-scraper
|
||||
pip install git+https://github.com/rly0nheart/youtube-comment-scraper
|
||||
```
|
||||
|
||||
## Docker Image
|
||||
|
||||
@@ -3,7 +3,7 @@ from youtube_comment_scraper.scraper import YouTubeCommentScraper
|
||||
|
||||
|
||||
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')
|
||||
return parser
|
||||
|
||||
|
||||
Reference in New Issue
Block a user