Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ MIT — [LICENSE](LICENSE), [NOTICE](NOTICE) 참고.

**마지막 도구가 포기한 페이지를 DeepCloak이 읽어줬다면, ⭐ 하나 — 다른 사람들이 찾는 데 도움돼요.**

만든 사람 **[Mrbaeksang](https://baeksang.dev)** · [baeksang.dev](https://baeksang.dev) · [contact@baeksang.dev](mailto:contact@baeksang.dev)

[![Star History Chart](https://api.star-history.com/svg?repos=Mrbaeksang/deepcloak&type=Date)](https://star-history.com/#Mrbaeksang/deepcloak&Date)

</div>
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ MIT — see [LICENSE](LICENSE) and [NOTICE](NOTICE).

**If DeepCloak read a page your last tool gave up on, drop a ⭐ — it helps others find it.**

Built by **[Mrbaeksang](https://baeksang.dev)** · [baeksang.dev](https://baeksang.dev) · [contact@baeksang.dev](mailto:contact@baeksang.dev)

[![Star History Chart](https://api.star-history.com/svg?repos=Mrbaeksang/deepcloak&type=Date)](https://star-history.com/#Mrbaeksang/deepcloak&Date)

</div>
2 changes: 2 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ MIT —— 见 [LICENSE](LICENSE) 与 [NOTICE](NOTICE)。

**如果 DeepCloak 读到了上一个工具放弃的页面,点个 ⭐ —— 能帮更多人发现它。**

作者 **[Mrbaeksang](https://baeksang.dev)** · [baeksang.dev](https://baeksang.dev) · [contact@baeksang.dev](mailto:contact@baeksang.dev)

[![Star History Chart](https://api.star-history.com/svg?repos=Mrbaeksang/deepcloak&type=Date)](https://star-history.com/#Mrbaeksang/deepcloak&Date)

</div>
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Local-first deep research agent that reads the whole web — even
readme = "README.md"
requires-python = ">=3.11"
license = "MIT"
authors = [{ name = "Mrbaeksang" }]
authors = [{ name = "Mrbaeksang", email = "contact@baeksang.dev" }]
keywords = ["deep-research", "web-scraping", "stealth", "anti-bot", "cloudflare", "mcp", "llm", "ai-agent", "rag", "local-first"]

# ADR-0001: local-deep-research is pinned with == because the stealth shim
Expand All @@ -30,6 +30,7 @@ deepcloak = "deepcloak.cli:main"
[project.urls]
Homepage = "https://github.com/Mrbaeksang/deepcloak"
Repository = "https://github.com/Mrbaeksang/deepcloak"
Author = "https://baeksang.dev"

[tool.hatch.build.targets.wheel]
packages = ["src/deepcloak"]
Expand Down
Loading