Skip to main content

A simple AWIS python wrapper

Project description

A python script that generates a custom url and query string used to query Amazon’s Alexa Web Information Service (AWIS).

Sending a UrlInfo request

from myawis import *

obj=CallAwis(‘www.domain.com’,’ResponseGroup’,Access_Key_ID,Secret_Access_Key)

obj.urlinfo()

Sending a TrafficHistory request

from myawis import *

obj=CallAwis(‘www.domain.com’,’History’,Access_Key_ID,Secret_Access_Key)

obj.traffichistory(RANGE,START)

NOTE: RANGE and START are optional if not present then it would use default Range=31 and START=20070801

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

myawis-0.2.3.tar.gz (3.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page