-
Set up a Google Account, Create a project in the Developers Consol, etc. to request an API key and authorization credentials
-
Put your secret client code in a file
-
Install requirements
- Requirements
- activate your virtual environment: source venv/bin/activate
- run: $ pip install -r requirements.txt $
-
Run
ApiCall2.py >> comments.xlsxto extract comments from specified video and write them into an excel file- ApiCall2.py
- Your output from the api call will be in JSON format (embedded dictionaries) and then that is parsed into comma separated format suitable for an excel file.
- ApiCall2.py
-
Head over to Youtube_Classifers.ipynb, it's time to do some Natural Language Processing!
- We used sci-kit learn's natural language processing packages for their flexibility and great documentation
- Dash Board + Visualizations!
- We will be using plotly because of its similarities to ggplot (which we all know and love) as well as its aesthetic visualizations, dashboard capabilities, and clean integration