https://github.com/ua-parser/uapbot
This bot does only one thing: parse a user agent string and print what browser, OS and device it refers to.
https://github.com/ua-parser/uapbot
Last synced: 12 months ago
JSON representation
This bot does only one thing: parse a user agent string and print what browser, OS and device it refers to.
- Host: GitHub
- URL: https://github.com/ua-parser/uapbot
- Owner: ua-parser
- Created: 2013-01-13T00:37:44.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-11-09T20:15:29.000Z (over 11 years ago)
- Last Synced: 2025-06-12T23:27:21.955Z (about 1 year ago)
- Language: JavaScript
- Size: 168 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
uapbot
======
This bot does only one thing: parse a user agent string and print what browser, OS and device it refers to. It's built on top of [Jerk](http://gf3.github.com/Jerk/), a bot library for node.js.
To summon it just type:
uapbot: user agent string
So for example:
uapbot: Mozilla/5.0 (BlackBerry; U; BlackBerry 9320; en-GB) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.1.0.398 Mobile Safari/534.11+
will print:
yournick: User Agent: Blackberry WebKit 7.1.0; Operating System: BlackBerry OS 7.1.0.398; Device: BlackBerry 9320.