Skip to content

Latest commit

 

History

History

pyramid

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Example for Pyramid

Setup

$ pip install uadetector
$ pip install pyramid

Run

$ python main.py

You can access http://127.0.0.1:8000. and get output like bellow.

{
  "device_type": "pc",
  "os": "Mac OSX",
  "browser": "Chrome",
  "from_pc": true,
  "from_smartphone": true
}