Skip to content

jerry1249756/youtube_crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

youtube_crawler

This is a youtube crwler to get the specific information about a video.

Download

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages