Node module for analyzing and summarizing Youtube comments
Russian language only!
npm i
'use strict';
import Youminer from './index';
import jsonfile from 'jsonfile';
Youminer.execute('qP79zHALbH4', result =>
jsonfile.writeFile('./result.json', result)
);
/**
* [
* ...
* [
* "это",
* 11355
* ],
* [
* "назад",
* 11415
* ],
* [
* "на",
* 11996
* ],
* [
* "ваня",
* 12197
* ],
* [
* "в",
* 12477
* ],
* [
* "минута",
* 12691
* ],
* [
* "ты",
* 15051
* ],
* [
* "я",
* 24597
* ]
* ...
* ]
*/
Then you can use visualization tools to make your data beautiful.
I'll give you a hint:
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
TODO: Write history
TODO: Write credits
MIT © Valery Lyatsevich