Skip to content

ジャルジャルタワーの動画タイトルを収集するクローラー

Notifications You must be signed in to change notification settings

kanta-nakamura/jarujaru-tower-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jarujaru-tower-crawler

実行方法

$ brew install forego
$ pip install -r requirements.txt
$ echo "YOUTUBE_API_KEY=[youtubeのAPIキー]" > .env
$ forego run python jarujaru-tower-crawler.py > output.csv

youtubeのAPIキー取得: https://console.developers.google.com/apis/credentials?hl=ja

取得情報

列名 内容
video_id YouTubeが動画を一意に識別するために使用するID
published_at 動画がアップロードされた日時
値はISO8601(YYYY-MM-DDThh:mm:ss.sZ)形式で指定
title 動画のタイトル
comment_count 動画のコメント数
view_count 動画の再生数
like_count 動画のlike数
duration 動画の長さ

その他取得可能な情報一覧: https://developers.google.com/resources/api-libraries/documentation/youtube/v3/python/latest/youtube_v3.videos.html#list

About

ジャルジャルタワーの動画タイトルを収集するクローラー

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages