Skip to content

Instantly share code, notes, and snippets.

@ruizjme
Created November 20, 2019 12:20
Show Gist options
  • Save ruizjme/186df5e3bd25176aa58b3c540f122842 to your computer and use it in GitHub Desktop.
Save ruizjme/186df5e3bd25176aa58b3c540f122842 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-get install git
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
sudo python get-pip.py
sudo pip install google_images_download
#git clone https://github.com/hardikvasa/google-images-download.git
#cd google-images-download
googleimagesdownload -k "mosquito bite" -i mosquito_bite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment