This is a youtube crwler to get the specific information about a video.
For packages, it requires re, pandas, selenium and matplotlib modules, which can be installed via pip from PyPI:
pip install regex
pip install pandas
pip install selenium
pip install matplotlib
WebDriver’s aim is to emulate a real user’s interaction with the browser as closely as possible, thus Selenium requires a driver to interface with the chosen browser. In this project, I'm using the ChromeDriver, which can be downloaded through the following link:
https://chromedriver.chromium.org/downloads
Note that the chromedriver_win32.zip is compatible with 32-bit and 64-bit Windows operaing system.