A webapp where you can paste a URL of a youtube channel and get some cool visualizations.
Check webapp here »
Table of Contents
This is a fun webapp where you can see some analysis of your favourite youtuber, like what is the most watched video, which videos had higher percent of dislikes, the yearwise, monthwise and daywise upload pattern of the channel owner and the most commonly used words in the video title.
Here are the main tools/services used to build this webapp
These are the steps to followed if you want to setup this project locally. To get a local copy up and running follow these simple example steps.
You should have Python (version >= 3.6) installed in your system.
- Get a free API Key at Google API
- Clone the repo
git clone https://github.com/ssreeramj/youtube_channels_analysis
- Install required libraries
pip install -r requirements.txt
- Enter your API Key in a
.env
file without the quotesYOUTUBE_API_KEY='ENTER YOUR API'
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request