kpy

mobile-phone's model name extractor from user agent


Keywords
mobile-phone, smartphone, cell-phone, user, agent
License
MIT
Install
pip install kpy==0.2.2

Documentation

kpy

travis-ci.org coveralls.io latest version license

Kpy stands for Keitai (Japanese mobile phone) model name extractor on Python.

This module extracts model name of mobile phone/tablet from user agent string.

Currently, This module supports 1007 Japanese mobile phones/tablets.

  • Docomo: 561 models (F501i, 1999. - SO-03H, 2015)
  • au: 91 models (IS01, 2010 - SOV32, 2015; currently supporting only Android models)
  • SoftBank (J-PHONE, Vodafone, Disney mobile, EMOBILE, WILLCOM, Y!mobile): 357 models (J-SH02, 1999. - Nexus 6P, 2015)

INSTALATION

$ pip install kpy

USAGE

import kpy
ua = ('Mozilla/5.0 (Linux; U; Android 4.1.1; ja-jp; HTL21 Build/JRO03C) '
      'AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30')
kpy.extract(ua)
# => 'HTL21'

TODO

  • Supports other countries' mobilephone
  • Output model series name of mobilephone

Contributions are welcome.

License

  • MIT License