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

flatten_urlinfo function is missing #7

Closed mikkokotila closed 6 years ago

mikkokotila commented 6 years ago

Following the instructions provided in the README.md, I get the error on flatten_urlinfo():

---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-6-9304a8f0e37b> in <module>()
----> 1 pprint.pprint(flatten_urlinfo(urlinfo))

NameError: name 'flatten_urlinfo' is not defined
mikkokotila commented 6 years ago

Ok, this is resolved by installing from the git master as opposed to pip package. But a new error is coming up, will create a new issue for that. I guess this issue should become about updating the pip package ;)