Bot detection
Hi, can you give additional functionality to detect is UA string indicates a bot or not, something like ua.is_bot? ?? Or let me know if there's something like that built in..
+1
It seems a measure is missing from this project: "OS family type" that should give:
- Window
- Mac
- Bot
- Library
As reference => http://stackoverflow.com/questions/34718426/get-os-family-type-with-ua-parser-project
I think this is a good additional feature within the scope of this library. @vivekmarakana and @ebuildy Do you know any good regex-sources for this type of detection?
Nop, you could maybe have a look at:
https://github.com/HaraldWalker/user-agent-utils/blob/1027f93ed14a616229230a264651f370f7ccdb18/src/main/java/eu/bitwalker/useragentutils/Browser.java#L303