Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 676 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 676 Bytes

License: GPL v3

Youtube Data Extracter

A python script to extract popularity wise video data of a youtube channel.

Installing the requirements


*To install all the required libraries from req.txt file:

$ pip install -r req.txt 

How to Use?

  • Run main.py file
  • Enter the channel url
  • Press Enter

Example

$ python3 mian.py 
  https://www.youtube.com/channel/UCAuUUnT6oDeKwE6v1NGQxug
  • Check results folder for a csv file with data.

For complete code description refer to main.ipynb file