I scripted a python script, which gives today's top 50 trending videos ratio if like count are not hidden by video owner
- Give LIKES/VIEWS ratio
- Plot the figure
- Can do analytics with the help of this
To run this program you will require a API key. Register your API key by clicking the following link
- First clone the repo
- Make a new python environment If you are using anaconda just type conda create -n jarvis python==3.8.5 in anaconda prompt
- Activate the environment.
- Navigate to the directory of your project
- Install all the requirements by just hitting pip install -r requirements.txt
- Run the program by python main.py
- Enjoy !!!!
This project is licensed under MIT License 2022 vikas bhadu
- More functionalities can be added