Skip to content

YouTube急上昇動画のコメント割合可視化アプリ

Notifications You must be signed in to change notification settings

chou-dai/YouTube-Comment-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Trend AND Comments WordCloud

概要

YouTubeの急上昇動画のコメントを形態素解析して、コメントに含まれる使用単語の割合を出力するアプリケーション

処理の詳細(YouTubeデータ取得のバッチ処理)

  1. 毎日0:00にデータを取得するようにスケジューリング
  2. YouTube APIを用いて急上昇動画を40件取得
  3. 各動画に対するコメントを100件ずつ取得
  4. コメントを形態素に分解して名詞・動詞・感動詞の単語を抽出
  5. 抽出された単語をカウントして頻出100単語を抽出
  6. 動画データとコメント頻出単語データをデータベースに格納

技術スタック

分野 使用技術
フロントエンド React(Typescript), Redux, tailwindcss, Material-UI
バックエンド Django REST Framework
データベース MySQL
Webサーバー Nginx
その他 Docker, OpenAPI, YouTubeAPI, Mecab

アーキテクチャ

architecture