kevinelliott / agent_orange

Parse and process User Agents like a secret one
126 stars 36 forks source link

Search engine detection? #36

Open bloudermilk opened 11 years ago

bloudermilk commented 11 years ago

Thanks for making this gem! I was wondering if you had considered adding search engine detection? I see that it currently checks whether something is a bot, but it would be awesome if users could do something like:

ua.is_search_engine? # => true
us.referrer.search_engine.name # => "Google"