/Youtube-Analytics

Get the detailed Analytics of any Channel on YouTube

Primary LanguageJupyter Notebook

Youtube-Analytics

##Intialise

git clone https://github.com/ankur17/Youtube-Analytics
cd Youtube-Analytics

This project is prefered to work on Jupyter notebook

Installation

  • Install iPython
  • Install virtualenv
  • Create environment folder 'env'
  • Install all requirenments using following command
sudo env/bin/pip install -r requirenments.txt

How to run

  • Source the virtual environment you created
source env/bin/activate
  • Start jupyter notebook
jupyter notebook

###Entering the channel link(s) In the notebook, edit the line containg the variable

urlList = []

###Jupyter Shortcuts

  • shift + Enter - executes the cell