Skip to content

mokemokechicken/youtube_stat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Youtube の 特定のチャンネルから動画のリストを取得して、タイトルに使われる単語と動画再生数の関連などを調べたりします。 ちょっとした遊びツールです。

最終的には siro:view, siro:like_rate のような出力がされます。 ※ cloneしてから Local で閲覧してください

Setup

Requirement

Install

pipenv install

How to Execute

write your keys in .env file

.env ファイルに Youtube と Yahoo の API Keyを書きます。

YOUTUBE_API_KEY=<Your Google API Key>
YAHOO_API_CLIENT_ID=<Your Yahoo API Client ID>

run

以下のように実行します。

pipenv run all config_path

ex)

pipenv run all config/siro.yml

出力は working/<channel_id>/* にされます。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published