From bdbff749cdd5ff4aa4a195ba465049d565f64308 Mon Sep 17 00:00:00 2001 From: Valve Date: Fri, 2 Dec 2022 17:31:46 -0600 Subject: [PATCH 1/2] Update README.md Make changes that align more with recent documentation updates --- README.md | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index e2f52935..e95b1dea 100644 --- a/README.md +++ b/README.md @@ -24,18 +24,11 @@ ## BotD -```diff -# Before +BotD is an open source library that we created to make it easy for every developer to detect basic bots in their web apps. -- 40% of your website traffic is from bots -- They're taking over accounts, scraping prices and ruining your website reputation +It is available under a permissive MIT license and will is always be free for developers and commercial use. -# After - -+ BotD is a browser library for JavaScript bot detection -+ Easily add ability to detect automation tools -+ Requires adding only a few lines of JavaScript on your website -``` +For more demanding applications we created a professional API-based bot detection software that is called [Fingerprint Pro Bot Detection](https://fingerprint.com/products/bot-detection/). [⚡ View Our Demo](https://fingerprintjs.github.io/BotD). @@ -81,15 +74,17 @@ botdPromise 📕 [Full documentation](docs/api.md) -## 🤖 Upgrade to Fingerprint Pro bot detection to detect sophisticated bots easily +## 🤖 Upgrade to Fingerprint Pro Bot Detection to detect sophisticated bots with confidence. **Free for developers (up to 20K API calls / mo), unlimited free trials available, no credit card needed.** -[Fingerprint Pro](https://fingerprint.com/products/bot-detection/) is a professional bot detection service that processes all information server-side and transmits it securely to your servers using server-to-server APIs. +[Fingerprint Pro Bot Detection](https://fingerprint.com/products/bot-detection/) is a professional bot detection service that processes all information server-side and transmits it securely to your servers using server-to-server APIs. -The Pro combines vast amounts of auxiliary data that bots leak (cursor movements, network overrides, browser changes and more) to be able to reliably deduplicate real users from automated software, resulting in the detection of popular automation tools, their derivatives and plugins. +Fingerprint Pro Bot Detection provides both browser and server-side APIs that make the process of bot detection fast and secure. When using the Pro Bot Detection, use the browser JavaScript SDK to obtain the requestID value and then verify this value using our server API. -A big advantage of the Pro is that it's able to distinguish good bots from bad ones that allow you to block malicious traffic without blocking search engine crawlers, monitoring workers, etc. +The Pro product combines vast amounts of auxiliary data that bots leak (cursor movements, network overrides, browser changes and more) to be able to reliably deduplicate real users from automated software, resulting in the detection of popular automation tools, their derivatives and plugins. + +A big advantage of the Pro detection is that it's able to distinguish good bots from bad ones that allow you to block malicious traffic without blocking search engine crawlers, monitoring workers, etc.

@@ -132,7 +127,7 @@ Full product comparison:

Additional Features

Server-side accuracy increase
based on additional server-side data, such as TLS crypto support, ipv4/v6 data and others–✓ - Query API & realtime Webhooks
build flexible workflows–✓ + Query API
build flexible workflows–✓

Operations

Data securityYour infrastructureEncrypted at rest @@ -162,11 +157,9 @@ Pro result example: 🍿 [Live demo](https://fingerprint.com/products/bot-detection/) -⏱ [How to upgrade from Open Source to Pro in 30 seconds](https://dev.fingerprint.com/v3/docs/migrating-from-open-source-v3) - 📕 [Fingerprint Pro documentation](https://dev.fingerprint.com) -## Migrating from v0 +## Migrating from v0 - [Migration guide](docs/migrating_v0_v1.md) - [V0 documentation](https://github.com/fingerprintjs/BotD/tree/v0) From 87f7d58b0093c448bc90b62301a4a25b90be61c5 Mon Sep 17 00:00:00 2001 From: Roman Vishnevskii Date: Sat, 3 Dec 2022 21:20:19 +0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e95b1dea..31f15738 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ BotD is an open source library that we created to make it easy for every developer to detect basic bots in their web apps. -It is available under a permissive MIT license and will is always be free for developers and commercial use. +It is available under a permissive MIT license and will always be free for developers and commercial use. For more demanding applications we created a professional API-based bot detection software that is called [Fingerprint Pro Bot Detection](https://fingerprint.com/products/bot-detection/).