From 8175af39aed0a83bc127cb1bdf35197b1c35c196 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha <27065646+sdushantha@users.noreply.github.com> Date: Sun, 12 Apr 2026 13:47:20 +0200 Subject: [PATCH 1/3] Removed Apify Actor Usage --- docs/README.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/docs/README.md b/docs/README.md index 7f8b0282..de1916bd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -97,24 +97,6 @@ optional arguments: --local, -l Force the use of the local data.json file. --nsfw Include checking of NSFW sites from default list. ``` -## Apify Actor Usage [![Sherlock Actor](https://apify.com/actor-badge?actor=netmilk/sherlock)](https://apify.com/netmilk/sherlock?fpr=sherlock) - -Run Sherlock Actor on Apify - -You can run Sherlock in the cloud without installation using the [Sherlock Actor](https://apify.com/netmilk/sherlock?fpr=sherlock) on [Apify](https://apify.com?fpr=sherlock) free of charge. - -``` bash -$ echo '{"usernames":["user123"]}' | apify call -so netmilk/sherlock -[{ - "username": "user123", - "links": [ - "https://www.1337x.to/user/user123/", - ... - ] -}] -``` - -Read more about the [Sherlock Actor](../.actor/README.md), including how to use it programmatically via the Apify [API](https://apify.com/netmilk/sherlock/api?fpr=sherlock), [CLI](https://docs.apify.com/cli/?fpr=sherlock) and [JS/TS and Python SDKs](https://docs.apify.com/sdk?fpr=sherlock). ## Credits From 190c2af514a2cfd335dc0a98acde79bd22a078b2 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha <27065646+sdushantha@users.noreply.github.com> Date: Sun, 12 Apr 2026 13:50:55 +0200 Subject: [PATCH 2/3] Mention `uv` as `pip` alternative --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index de1916bd..a8973f4e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -23,11 +23,11 @@ > [!WARNING] > Packages for ParrotOS and Ubuntu 24.04, maintained by a third party, appear to be __broken__. -> Users of these systems should defer to pipx/pip or Docker. +> Users of these systems should defer to [`uv`](https://docs.astral.sh/uv/)/`pipx`/`pip` or Docker. | Method | Notes | | - | - | -| `pipx install sherlock-project` | `pip` may be used in place of `pipx` | +| `pipx install sherlock-project` | `pip` or [`uv`](https://docs.astral.sh/uv/) may be used in place of `pipx` | | `docker run -it --rm sherlock/sherlock` | | `dnf install sherlock-project` | | From b5e891550ceee953d0f7a298bc14fc6a4ac5a827 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha <27065646+sdushantha@users.noreply.github.com> Date: Sun, 12 Apr 2026 13:52:18 +0200 Subject: [PATCH 3/3] Cleaned up footer text --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index a8973f4e..dda36076 100644 --- a/docs/README.md +++ b/docs/README.md @@ -117,7 +117,7 @@ Thank you to everyone who has contributed to Sherlock! ❤️ ## License MIT © Sherlock Project
-Original Creator - [Siddharth Dushantha](https://github.com/sdushantha) +Creator - [Siddharth Dushantha](https://github.com/sdushantha)