omrilotan / isbot

🤖/👨‍🦰 Detect bots/crawlers/spiders using the user agent string
https://isbot.js.org/
The Unlicense
908 stars 74 forks source link

extend the list of crawlers #152

Closed mhmo91 closed 3 years ago

omrilotan commented 3 years ago

Thank you for your contribution. All of these combinations are already covered by the existing list:

Term Covered By
robot bot
crawling crawl
crawler crawl
googlebot google and bot
omrilotan commented 3 years ago

You can easily check user agent strings in the online search tool: https://isbot.js.org

mhmo91 commented 3 years ago

Thanks for clarifying