2016-12-13 11 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) 
関連する問題