A python script to extract popularity wise video data of a youtube channel.
*To install all the required libraries from req.txt file:
$ pip install -r req.txt
- Run main.py file
- Enter the channel url
- Press Enter
$ 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