social-media-challenge
October 2, 2017 AzDev Challenge
david_rank
Python Script ranking top subscribers on YouTube!
Using google's api.
By: David, Shekib, Carter, and Raj
Instructions to run topVideosExample.py:
- install latest version of python3 and pip
- run 'sudo pip install --upgrade google-api-python-client' to install the google api to python client
- Install http2lib: pip install httplib2
- enter directory topVideosExample.py and run topVideosExample.py with python topVideosExample.py
- This should print a large json to your terminal with data describing the top trending video on youtube
- If this doesn't happen, tell me and i'll go back to the drawing board though I have tested the code and it works on my machine.