Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 325 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 325 Bytes

youtube-scraper

A simple python script which takes in username of any youtuber and writes the video title along side its content(user-selected) into a text file.

usecase

python <filename>.py <username>

Output:

<username>.txt

Requirements:

  • Selenium
  • BeautifulSoup
  • Chrome Browser (Installed)