Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I noticed a recent bot which I believe is coming from Tencent but can't find documentation for - Ottabot #329

Open
daviddfm opened this issue Sep 6, 2023 · 1 comment

Comments

@daviddfm
Copy link

daviddfm commented Sep 6, 2023

Hi! 👋

Firstly, thanks for your work on this project! 🙂

Today I used patch-package to patch [email protected] for the project I'm working on.

Here is the diff that solved my problem:

diff --git a/node_modules/crawler-user-agents/crawler-user-agents.json b/node_modules/crawler-user-agents/crawler-user-agents.json
index 13c9910..70836b8 100644
--- a/node_modules/crawler-user-agents/crawler-user-agents.json
+++ b/node_modules/crawler-user-agents/crawler-user-agents.json
@@ -5140,5 +5140,13 @@
       "Mozilla/5.0 (compatible; StractBot/0.1; open source search engine; +https://trystract.com/webmasters)"
     ],
     "url": "https://trystract.com/webmasters"
+  },
+  {
+    "pattern": "Ottabot",
+    "addition_date": "2023/09/06",
+    "instances": [
+      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 (Ottabot/0.1.0)"
+    ],
+    "url": ""
   }
 ]

This issue body was partially generated by patch-package.

@monperrus
Copy link
Owner

Thanks a lot David. Would you propose a pull-request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants