-3

i have the product keyword, i need images from wikipedia for that search keyword to display in my web application. is it possible? i'm doing this application in python/django framework.

4

1 回答 1

0

一些简单的搜索在教程中有这个例子,用于获取搜索结果图像:

?action=query&titles=San_Francisco&prop=images&imlimit=20&format=jsonfm.

您可以使用urllib2来获取结果等。

于 2012-09-11T12:36:10.740 回答