0
newyorktimes
ライブラリを使用して、Pythonでパラメータweb_url
を取得しようとしています。しかし、Pythonのクエリ結果は、NYT APIの結果よりもずっと小さいです。New York Times APIとNYTのPythonライブラリ
これは私のコードです:
from nytimesarticle import articleAPI
api = articleAPI("*Your Key*")
articles = api.search(q = 'terrorist attack')
print(articles['response'],['docs'],['web_url'])
ようこそStackOverflow。あなたが[ツアー](http://stackoverflow.com/tour)で見たように、あなたが何をしようとしているかについての詳細を説明してください。あなたは何の結果を得ていますか?何を期待していますか? – vmg