You can extract YouTube comments using Selenium. (username, comment) and It can be saved as txt,xlsx file. (default:xlsx)
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.
pip install -r requirements.txt
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!