2016-12-13 121 views

回答

0

你可以有GoogleScraper看看:

from GoogleScraper import scrape_with_config 

config = { 
    'SCRAPING': { 
     'keyword': 'image keyword', 
     'search_engines': 'google', 
     'search_type': 'image', 
     'scrapemethod': 'selenium' 
    } 
} 

scrape_with_config(config)