Skip to content

Commit a192cb4

Browse files
authored
Merge pull request sherlock-project#2897 from sherlock-project/clean-up
Minor clean up
2 parents 574aeb4 + b5e8915 commit a192cb4

1 file changed

Lines changed: 3 additions & 21 deletions

File tree

docs/README.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323

2424
> [!WARNING]
2525
> Packages for ParrotOS and Ubuntu 24.04, maintained by a third party, appear to be __broken__.
26-
> Users of these systems should defer to pipx/pip or Docker.
26+
> Users of these systems should defer to [`uv`](https://docs.astral.sh/uv/)/`pipx`/`pip` or Docker.
2727
2828
| Method | Notes |
2929
| - | - |
30-
| `pipx install sherlock-project` | `pip` may be used in place of `pipx` |
30+
| `pipx install sherlock-project` | `pip` or [`uv`](https://docs.astral.sh/uv/) may be used in place of `pipx` |
3131
| `docker run -it --rm sherlock/sherlock` |
3232
| `dnf install sherlock-project` | |
3333

@@ -97,24 +97,6 @@ optional arguments:
9797
--local, -l Force the use of the local data.json file.
9898
--nsfw Include checking of NSFW sites from default list.
9999
```
100-
## Apify Actor Usage [![Sherlock Actor](https://apify.com/actor-badge?actor=netmilk/sherlock)](https://apify.com/netmilk/sherlock?fpr=sherlock)
101-
102-
<a href="https://apify.com/netmilk/sherlock?fpr=sherlock"><img src="https://apify.com/ext/run-on-apify.png" alt="Run Sherlock Actor on Apify" width="176" height="39" /></a>
103-
104-
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.
105-
106-
``` bash
107-
$ echo '{"usernames":["user123"]}' | apify call -so netmilk/sherlock
108-
[{
109-
"username": "user123",
110-
"links": [
111-
"https://www.1337x.to/user/user123/",
112-
...
113-
]
114-
}]
115-
```
116-
117-
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).
118100

119101
## Credits
120102

@@ -135,7 +117,7 @@ Thank you to everyone who has contributed to Sherlock! ❤️
135117
## License
136118

137119
MIT © Sherlock Project<br/>
138-
Original Creator - [Siddharth Dushantha](https://github.com/sdushantha)
120+
Creator - [Siddharth Dushantha](https://github.com/sdushantha)
139121

140122
<!-- Reference Links -->
141123

0 commit comments

Comments
 (0)