Skip to content

Instantly share code, notes, and snippets.

View igormcsouza's full-sized avatar
🏠
Working from home

Igor Souza igormcsouza

🏠
Working from home
View GitHub Profile
[merge]
ff = true
[user]
email = [email protected]
name = Igor Souza
[init]
defaultBranch = main
[alias]
aliases = !git config --get-regexp 'alias.*' | colrm 1 6 | sed 's/[ ]/ = /'
co = checkout
@genekogan
genekogan / scrapeImages.py
Created February 22, 2017 11:49
scraping full size images from Google Images
from bs4 import BeautifulSoup
import requests
import re
import urllib2
import os
import argparse
import sys
import json
# adapted from http://stackoverflow.com/questions/20716842/python-download-images-from-google-image-search