/Simple-Youtube-Comment-Downloader

You can extract YouTube comments using Selenium. (username, comment) and It can be saved as txt,xlsx file. (default:xlsx)

Primary LanguagePythonMIT LicenseMIT

Simple-Youtube-Comment-Downloader

You can extract YouTube comments using Selenium. (username, comment) and It can be saved as txt,xlsx file. (default:xlsx)
Just enter your YouTube video ID and you can save the comment in xlsx file.
The xlsx file is saved with a name that includes the current date and time.

Requirements

Module

  • You can install what you need to run the program with requirements.txt
pip install -r requirements.txt

Usage

You can run py files on cmd or editor.

python youtube_comment.py

Also, you can create and run a single exe file.

c:~~~~\youtube-comment-crawler> pyinstaller --onefile -F --add-binary "chromedriver.exe";"." youtube_comment.py

When run the command, an exe file will be created in the dist folder. just execute it!