Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 263 Bytes

File metadata and controls

8 lines (6 loc) · 263 Bytes

Wraps Alexa Web Information Service.

Usage:

api = AwisApi(ACCESS_ID, SECRET_ACCESS_KEY)
tree = api.url_info("www.domain.com", "Rank", "LinksInCount")
elem = tree.find("//{%s}StatusCode" % api.NS_PREFIXES["alexa"])
assert elem.text == "Success"