Skip to content

Latest commit

 

History

History
160 lines (115 loc) · 5.15 KB

README.md

File metadata and controls

160 lines (115 loc) · 5.15 KB

Logo

Youtube Channels Analysis

A webapp where you can paste a URL of a youtube channel and get some cool visualizations.
Check webapp here »

Table of Contents
  1. About The Project
  2. Getting Started
  3. More Screenshots
  4. Contributing

About The Project

Product Name Screen Shot

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.

Built With

Here are the main tools/services used to build this webapp

Getting Started

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.

Prerequisites

You should have Python (version >= 3.6) installed in your system.

Installation

  1. Get a free API Key at Google API
  2. Clone the repo
    git clone https://github.com/ssreeramj/youtube_channels_analysis
  3. Install required libraries
    pip install -r requirements.txt
  4. Enter your API Key in a .env file without the quotes
    YOUTUBE_API_KEY='ENTER YOUR API'

More screenshots

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request