自分のYouTubeの履歴から動画の再生回数のランキングを抽出するプログラムです。
- 履歴のエクスポート
- 今回は履歴をjsonで持ってきています。
- エクスポートを作成し、メールにて届いたらダウンロードします。
- top.pyを適宜出したいランキング数に変えて(初期ではTop30)、ディレクトリに移動させて
python top.pyで動かします。
This program extracts the ranking of video views from your YouTube history.
Exporting history In this case, the history is brought in json. Create the export and download it when you receive it by email. Change top.py to the number of rankings you want to extract (Top 30 by default), move it to a directory, and run it in python top.py.