monperrus / crawler-user-agents

Syntactic patterns of HTTP user-agents used by bots / robots / crawlers / scrapers / spiders. pull-request welcome :star:
MIT License
1.13k stars 243 forks source link

Addition suggestion #288

Closed stanmertens closed 2 years ago

stanmertens commented 2 years ago

Could you add Cookiebot?

{
  "pattern": "Cookiebot",
  "addition_date": "2022/01/23",
  "url": "https://www.cookiebot.com/",
  "instances": [
    "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko; compatible; Cookiebot/1.0; +http://cookiebot.com/) Chrome/97.0.4692.71 Safari/537.36"
  ]
}
monperrus commented 2 years ago

yes! would you PR?

stanmertens commented 2 years ago

Thanks. Honestly this is my first PR. Did everything go well?

Edit: I did notice my IDE formatted the crawler-user-agents.json file a bit differently. Hope that's not an issue, and if it is I can fix it, let me know.

monperrus commented 2 years ago

Welcome to the wonderful world of pull-requests Stan!

stanmertens commented 2 years ago

Thank you thank you!