/Henry

Generate word clouds from youtube videos

Primary LanguageJavaScript

Henry

A tool to analyze youtubers vocabulary, generates a word cloud using the subtitles of the youtuber's videos. It uses a list of stop words (every words listed in stop_words.json will not be shown in the result) that you can update if you want, you can even create your own.

Setup

  • install node.js if not already installed
  • run git clone https://github.com/sltcestloic/Henry
  • run cd Henry && npm install
  • update uploads_amount and display_count if you wish settings
  • edit the list of stop words if needed
  • run npm start

Example

Results from the LockPickingLawyer channel (npm start lockpickinglawyer en)

example