项目作者: hangyeoldora

项目描述 :
You can extract YouTube comments using Selenium. (username, comment) and It can be saved as txt,xlsx file. (default:xlsx)
高级语言: Python
项目地址: git://github.com/hangyeoldora/Simple-Youtube-Comment-Downloader.git
创建时间: 2020-05-29T08:24:13Z
项目社区:https://github.com/hangyeoldora/Simple-Youtube-Comment-Downloader

开源协议:MIT License

下载


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
    1. pip install -r requirements.txt

Usage

You can run py files on cmd or editor.

  1. python youtube_comment.py


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

  1. 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!