alefiori82 / amazon-paapi5

Amazon Product Advertising API 5.0 wrapper for Python
MIT License
26 stars 4 forks source link

Read credentials from environment #10

Open geoffjukes opened 3 years ago

geoffjukes commented 3 years ago

Effectively a copy of Bottlenose PR #24 (lionheart/bottlenose#24)

access_key, secret_key and associate_tag can be passed or read from the environment. Added early check to ensure credentials are set.