LoginSignup
4
2

More than 5 years have passed since last update.

かわいい猫のgifアニメをたくさんダウンロードする

Last updated at Posted at 2018-07-21

google-images-download を使って、google画像検索の画像を一括ダウンロードします。

google-images-downloadのインストール

githubからgitを使ってインストールしてください。gitはすでにインストールされているものとします。また、pythonも別途インストールしておいてください。

git clone https://github.com/hardikvasa/google-images-download.git

google-images-downloadの簡単な使い方(”cat”の画像検索結果を100個ダウンロードする)

cd google-images-download/google_images_download
./google_images_download.py -k cat

google_images_download.pyと同じフォルダのdownloadの下にキーワード"cat"のフォルダができ、その下に画像ファイルがダウンロードされていきます。

猫gifのダウンロード方法

そして、以下のように書くと、猫のgif動画を10個ダウンロードされます。

./google_images_download.py -k cat -l 10 -f gif

9. fb1b04824b49d5603c15a2f65202ffa6.gif

癒やされましょう。

4
2
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2