<div dir="ltr">Hi.<div><br></div><div>I have a list of 250 000 of different useragents: not only browsers, but also devices and so on.</div><div><br></div><div>I want to get operation system, kind of device, browser and version from them, so I need user agent parser.</div><div><br></div><div><br></div><div>Right now I see two of them:</div><div><br></div><div><a href="https://github.com/ferd/useragent">https://github.com/ferd/useragent</a><br></div><div><a href="https://github.com/chitika/uaparser">https://github.com/chitika/uaparser</a><br></div><div><br></div><div>I have checked them and they cannot parse lot of my useragent strings.</div><div><br></div><div>What is the proper way to go here:</div><div><br></div><div>1) try to edit these libraries?</div><div>2) take some service with API?</div><div>3) just try to put ad-hoc hardcoded strings that will cover 90% of my records?</div><div><br></div></div>