Skip to content

ThBroth/youtube-comment-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube-Comment-Scraper

Scrapes youtube comments and checks whether a user commented on the given videos

Installation

Install with pip

pip install git+https://github.com/bellingcat/youtube-comment-scraper

Build from source

  1. Clone the repository
git clone https://github.com/bellingcat/youtube-comment-scraper
  1. Move to the cloned project's directory
cd youtube-comment-scraper
  1. Install the build package (If not already installed)
pip install build
  1. Build the project
python -m build
  1. Install the built package
pip install dist/*.whl

Usage

PyPi Package

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 YouTube-Comment-Downloader to get the comments

Donations

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

Buy Me A Coffee

Your support will be much appreciated!😊

About

A script to scrape youtube comments and checks whether a user commented on all of the given videos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.4%
  • Dockerfile 3.6%