/ Published in: Python
Expand |
Embed | Plain Text
from pattern.web import Google, plaintext from pattern.web import SEARCH c.frame.log.selectTab('Google Results') def scrape(query): engine = Google(license=None) for i in range(1,8): for result in engine.search(query, start=i, type=SEARCH): g.es(result.url ,color='blue',tabName='Google Results') scrape("wordpress kansas city")
You need to login to post a comment.
