Git Product home page Git Product logo

youtube_analyzer's Introduction

Your YouTube Usage Analysis

A Django web application to upload, analyse, store and remove your Youtube data. Take your data from https://takeout.google.com/. And authentication system with e-mail confirmation.

See the example: Video Preview

Basic Data:

Wordcloud of searches:

Overall year activity:

Activity by hour and weekday:

Top 5 watched videos and Top 5 viewed channels:

Setup

1. Install Python3 interpreter

Additional information on https://www.python.org/downloads/

2. Clone this repository into your directory

$ mkdir myproject && cd myproject
$ git clone https://github.com/MagicTearsAsunder/YouTube_Analyzer.git
$ cd TODO

3. Install requirements

$ pip install -r requirements.txt

4. Set you Google account credentials for authentication system

In shindeiru/settings.py add your Google account credentials to EMAIL_HOST_USER and EMAIL_HOST_PASSWORD. If you don't have Google account - create it. Alternitavely, you can use other SMTP host. Instructions, how to set Django SMTP described here.

EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT = 587
# TODO:
EMAIL_HOST_USER = ""
# TODO:
EMAIL_HOST_PASSWORD = ""
EMAIL_USE_TLS = True

5. Make migrations and run server

python manage.py makemigrations 
python manage.py migrate 
python manage.py runserver

Run it in Docker

docker-compose up

Register and upload your zip file

1. Download your YouTube data from https://takeout.google.com/. Deselect all, choose Youtube:

2. Press Multiple formats and choose JSON:

3. Select .zip file type:

4. Upload it to form.

Enjoy it!

youtube_analyzer's People

Contributors

magictearsasunder avatar dependabot[bot] avatar

Stargazers

Hardik Singhal avatar Vitalii Tomchyshak avatar Alexey avatar  avatar  avatar Estevão Costa avatar Gleb Antonevich avatar  avatar Al Audet avatar  avatar Andrea Galeazzi avatar  avatar  avatar

Watchers

 avatar

Forkers

grindalz

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.