[erlang-questions] user agent parsing.
Max Lapshin
max.lapshin@REDACTED
Fri May 26 13:39:06 CEST 2017
Hi.
I have a list of 250 000 of different useragents: not only browsers, but
also devices and so on.
I want to get operation system, kind of device, browser and version from
them, so I need user agent parser.
Right now I see two of them:
https://github.com/ferd/useragent
https://github.com/chitika/uaparser
I have checked them and they cannot parse lot of my useragent strings.
What is the proper way to go here:
1) try to edit these libraries?
2) take some service with API?
3) just try to put ad-hoc hardcoded strings that will cover 90% of my
records?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20170526/368ec4b2/attachment.htm>
More information about the erlang-questions
mailing list