ashim888 / awis

A python script to query Amazon's Alexa Web Information Service (AWIS).
GNU General Public License v3.0
37 stars 18 forks source link

NameError: name Access_Key_ID is not defined #11

Closed lameei closed 6 years ago

lameei commented 6 years ago

I'm getting this error when running my python script: NameError: name 'Access_Key_ID' is not defined

P.S: I have removed my real access key from the above code.

lameei commented 6 years ago

We need to put the keys inside quotes. obj = CallAwis('github.com', 'URLINFO_RESPONSE_GROUPS', 'Access_Key_ID, Secret_Access_Key')