Skip to main content

Handset Detection Python API kit

Project description

HandsetDetection Python API kit
===============================

:Author: Troy Farrell <troy@entheossoft.com>
:Copyright: 2009, 2013 Teleport Corp Pty Ltd.
:License: see the file LICENSE

This is a Python module exposing the Handset Detection API version 2.0. If you
aren't sure what that means, please visit http://handsetdetection.com/ and then
read this document.

API
---

The API for handsetdetection.com is quite simple. There are four available
methods: detect, model, track, and vendor.

detect(data, options)
Get device information and capabilities given sufficient idenifying
information, such as a user-agent or x-wap-profile.

data - a dictionary containing a User-Agent, IP address, x-wap-profile,
and any other information that may be useful in identifying the
handset
options - a string or list of options to be returned from your query,
e.g., "geoip,product_info,display" or ["geoip",
"product_info"], etc.

model(vendor)
Get a list of models for a given vendor.

track(data)
Track a series of requests from a user. Tracking requests allows you to
get better statistics from handsetdetection.com.

data - a dictionary containing a User-Agent, IP address, x-wap-profile,
and any other information that may be useful in identifying the
handset

vendor()
Get a list of handset vendors.

You should also know about two methods of this API interface:

set_v2_apikey(apikey)
Set a new API key. This is only necessary if you wish you use a new API
key or have modified this package in a significant way.

set_credentials(username, secret)
Your username is the e-mail address you used when you signed up at
handsetdetection.com.

The secret is the secret shown in your profile. It's your API version
2.0 secret - not your API version 1.0 APIKey.

For convenience, these methods are exposed as functions on the handsetdetection
package. Should you desire additional flexibility, use the methods on the
handsetdetection.HandsetDetection class.

Examples
--------

There are four examples describing the module's use in the examples directory::

detect.py
Detect a mobile device and display the click-to-call and send-sms strings
for the device.
detect_and_redirect.py
Detect a mobile device and redirect it to a new URL.
model.py
For a given mobile device vendor, display known models.
vendor.py
Display known mobile device vendors.

Developing This Package
-----------------------

The following tools may be helpful to anyone furthering the development of this Python package::

* docutils
* Nose (nosetests)
* pylint
* setuptools

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

handsetdetection-1.1.tar.gz (22.0 kB view details)

Uploaded Source

File details

Details for the file handsetdetection-1.1.tar.gz.

File metadata

File hashes

Hashes for handsetdetection-1.1.tar.gz
Algorithm Hash digest
SHA256 3eee448ff04fd642f9da78a33d8b22287f1d441964e07f4a614862d2b8f3331c
MD5 c1fde585473a29c341434018d483de61
BLAKE2b-256 d2735f03440630d281e5ccc37366b860cad454efb2cbf30971c51f04ffa407ca

See more details on using hashes here.

Supported by

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