Skip to content

KataokaNagi/YoutubeAutoComment

Repository files navigation

YoutubeAutoComment

※ Under development on the refactor branch

Overview

This system provide the following utility of Youtube

  • Checking all comments specified video repeatedly using Youtube Data API
  • Genarating replys according to the emotion level of japanese comments using morphological analysis and polar dictionaly
  • Insert reply into the video using Youtube Data API 2021/01/07 updated

Usage

  • Get your API key on Google Developer Console
  • Check your client_id and client_secret corresponded to your API key on Google Developer Console
  • Check video id (After "watch?v=" of the video URL)
  • Update API_KEY on src/main/java/com/github/kataokanagi/YtubeAutoCmntMain.java
  • Update VIDEO_ID on src/main/java/com/github/kataokanagi/YtubeAutoCmntMain.java
  • Update client_id and client_secret on src/main/resources/client_secrets.json
  • Run src/main/java/com/github/kataokanagi/YtubeAutoCmntMain.java
  • Permit the rights of Youtube on your browser 2021/01/07 updated

Youtube Link

See the comment field. http://www.youtube.com/watch?v=F6Z8OWJD5IE

Design

Usecase Diagram

2021/01/07 updated
image

Scenario

2021/01/07 updated
image

Class Diagram

2021/01/07 updated
ClassDiagram

Scequence Diagram (Get Comment)

2021/01/07 updated
SequenceDiagram_GetComment

Scequence Diagram (Analyse & Send Comment)

2021/01/07 updated
SequenceDiagram_CommentAnalyser

About

YoutubeAutoComment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published