エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
basti / python-amazon-product-api / wiki / Home — Bitbucket
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
basti / python-amazon-product-api / wiki / Home — Bitbucket
This is a python wrapper around the Amazon Product Advertising API. It offers a light-weight acce... This is a python wrapper around the Amazon Product Advertising API. It offers a light-weight access to the latest version of the Amazon Product Advertising API without getting in your way. Example from amazonproduct import API api = API(locale='de') for product in api.item_search('Books', Publisher='Galileo Press'): print product All its content can be accessed using the lxml.objectify API. Status

